using ProtoBuf; using Thousandto.Plugins.Common; using Thousandto.Code.Center; using Thousandto.Cfg.Data; namespace Thousandto.Code.Logic.Network { /// /// 实现消息的回调方法 /// public partial class HandleMsgResult : IHandleMsgResult { //日常界面打开返回 public void GS2U_ResDailyActivePenel( MSG_Dailyactive.ResDailyActivePenel msg ) { } //活跃奖励领取返回 public void GS2U_ResGetActiveReward( MSG_Dailyactive.ResGetActiveReward result ) { } public void GS2U_ResDailyPushResult( MSG_Dailyactive.ResDailyPushResult result ) { } public void GS2U_ResDailyActiveOpen( MSG_Dailyactive.ResDailyActiveOpen result ) { } public void GS2U_G2PReqCrossServerMatch( MSG_Dailyactive.G2PReqCrossServerMatch result ) { } public void GS2U_ResCrossServerMatch( MSG_Dailyactive.ResCrossServerMatch result ) { } public void GS2U_P2FSendDailyState( MSG_Dailyactive.P2FSendDailyState result ) { } public void GS2U_ResUpdateDailyActiveInfo( MSG_Dailyactive.ResUpdateDailyActiveInfo result ) { } public void GS2U_SyncLeaderPowerStage(MSG_Dailyactive.SyncLeaderPowerStage result) { } public void GS2U_ResLeaderReward(MSG_Dailyactive.ResLeaderReward result) { } } }