Sometimes I wonder how I even get anything done

This commit is contained in:
Kyle Belanger 2023-10-14 13:20:25 -04:00
parent b5c4834867
commit 292e082a36
1 changed files with 3 additions and 0 deletions

View File

@ -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;