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;
|
public string Id;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[MessagePackObject(true)]
|
||||||
|
public class UseCdKeyResponse
|
||||||
|
{
|
||||||
[MessagePackObject(true)]
|
[MessagePackObject(true)]
|
||||||
public class CdKeyRewardGoods
|
public class CdKeyRewardGoods
|
||||||
{
|
{
|
||||||
|
@ -35,9 +38,6 @@ namespace AscNet.GameServer.Handlers
|
||||||
public int TemplateId;
|
public int TemplateId;
|
||||||
}
|
}
|
||||||
|
|
||||||
[MessagePackObject(true)]
|
|
||||||
public class UseCdKeyResponse
|
|
||||||
{
|
|
||||||
public int Code;
|
public int Code;
|
||||||
public List<CdKeyRewardGoods>? RewardGoods;
|
public List<CdKeyRewardGoods>? RewardGoods;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,7 @@ namespace AscNet.GameServer.Handlers
|
||||||
[MessagePackObject(true)]
|
[MessagePackObject(true)]
|
||||||
public class DormEnterRequest
|
public class DormEnterRequest
|
||||||
{
|
{
|
||||||
|
public dynamic? Content;
|
||||||
}
|
}
|
||||||
|
|
||||||
[MessagePackObject(true)]
|
[MessagePackObject(true)]
|
||||||
|
|
Loading…
Reference in New Issue