mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-14 14:34:35 +01:00
Sometimes I wonder how I even get anything done
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user