Files
Main/Assets/Code/Logic/_NetMessage/Handlers/HandleMsgResult_MSG_Gm.cs
2025-01-25 04:38:09 +08:00

15 lines
335 B
C#

using ProtoBuf;
using Thousandto.Plugins.Common;
namespace Thousandto.Code.Logic.Network
{
/// <summary>
/// 实现消息的回调方法
/// </summary>
public partial class HandleMsgResult : IHandleMsgResult
{
public void GS2U_GmCommandClientToServer( MSG_Gm.GmCommandClientToServer result ){}
}
}