mirror of
https://git.lewd.wtf/PGR/ascnet
synced 2025-12-13 10:44:34 +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 MessagePack;
|
||||
|
||||
namespace AscNet.GameServer.Handlers
|
||||
{
|
||||
[MessagePackObject(true)]
|
||||
public class GuideGroupFinishRequest
|
||||
{
|
||||
public int GroupId;
|
||||
}
|
||||
|
||||
[MessagePackObject(true)]
|
||||
public class GuideGroupFinishResponse
|
||||
{
|
||||
public int Code;
|
||||
|
||||
Reference in New Issue
Block a user