forked from PGR/ascnet
Sometimes I wonder how I even get anything done
This commit is contained in:
parent
b5c4834867
commit
292e082a36
|
@ -1,12 +1,15 @@
|
||||||
using AscNet.Common.MsgPack;
|
using AscNet.Common.MsgPack;
|
||||||
|
using MessagePack;
|
||||||
|
|
||||||
namespace AscNet.GameServer.Handlers
|
namespace AscNet.GameServer.Handlers
|
||||||
{
|
{
|
||||||
|
[MessagePackObject(true)]
|
||||||
public class GuideGroupFinishRequest
|
public class GuideGroupFinishRequest
|
||||||
{
|
{
|
||||||
public int GroupId;
|
public int GroupId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[MessagePackObject(true)]
|
||||||
public class GuideGroupFinishResponse
|
public class GuideGroupFinishResponse
|
||||||
{
|
{
|
||||||
public int Code;
|
public int Code;
|
||||||
|
|
Loading…
Reference in New Issue