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