forked from PGR/ascnet
This is how the actual gen does it
This commit is contained in:
parent
e0ef1d1c78
commit
bca322d8ef
|
@ -28,6 +28,9 @@ namespace AscNet.GameServer.Handlers
|
|||
public string Id;
|
||||
}
|
||||
|
||||
[MessagePackObject(true)]
|
||||
public class UseCdKeyResponse
|
||||
{
|
||||
[MessagePackObject(true)]
|
||||
public class CdKeyRewardGoods
|
||||
{
|
||||
|
@ -35,9 +38,6 @@ namespace AscNet.GameServer.Handlers
|
|||
public int TemplateId;
|
||||
}
|
||||
|
||||
[MessagePackObject(true)]
|
||||
public class UseCdKeyResponse
|
||||
{
|
||||
public int Code;
|
||||
public List<CdKeyRewardGoods>? RewardGoods;
|
||||
}
|
||||
|
|
|
@ -8,6 +8,7 @@ namespace AscNet.GameServer.Handlers
|
|||
[MessagePackObject(true)]
|
||||
public class DormEnterRequest
|
||||
{
|
||||
public dynamic? Content;
|
||||
}
|
||||
|
||||
[MessagePackObject(true)]
|
||||
|
|
Loading…
Reference in New Issue