using ProtoBuf; using Thousandto.Plugins.Common; namespace Thousandto.Code.Logic.Network { /// /// 定义消息的回调方法,便于实现 /// public partial interface IHandleMsgResult { void GS2U_ResOnlineFallSkyInfo(MSG_FallingSky.ResOnlineFallSkyInfo result); void GS2U_ResRefreshFallSkyTask(MSG_FallingSky.ResRefreshFallSkyTask result); void GS2U_ResRefreshRechargeState(MSG_FallingSky.ResRefreshRechargeState result); void GS2U_ResRefreshFallSkyLevel(MSG_FallingSky.ResRefreshFallSkyLevel result); } }