using ProtoBuf; using Thousandto.Plugins.Common; namespace Thousandto.Code.Logic.Network { /// /// 定义消息的回调方法,便于实现 /// public partial interface IHandleMsgResult { void GS2U_ResStateStifleBase(MSG_StateStifle.ResStateStifleBase result); void GS2U_ResUpLevel(MSG_StateStifle.ResUpLevel result); void GS2U_ResSoulSpiritInfo(MSG_StateStifle.ResSoulSpiritInfo result); } }