|
@@ -65,6 +65,7 @@ namespace GFGGame
|
|
await ActivityTeaSProxy.ReqGetNPCVisitInfo();
|
|
await ActivityTeaSProxy.ReqGetNPCVisitInfo();
|
|
await MiniGameProxy.ReqGetChallengeReward();
|
|
await MiniGameProxy.ReqGetChallengeReward();
|
|
ActivitySProxy.ReqGetActivitySignInfos().Coroutine();
|
|
ActivitySProxy.ReqGetActivitySignInfos().Coroutine();
|
|
|
|
+ NewYearRedEnvelopeSProxy.ReqGetRedPacketInfo().Coroutine();
|
|
ActivityDataManager.Instance.todayActivityTips = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsPropYchmActivity);
|
|
ActivityDataManager.Instance.todayActivityTips = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsPropYchmActivity);
|
|
ActivityDataManager.Instance.todayMonthlyCardTips = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsPropCzykActivity);
|
|
ActivityDataManager.Instance.todayMonthlyCardTips = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsPropCzykActivity);
|
|
EventAgent.DispatchEvent(ConstMessage.RESET_DAILY_DATA);
|
|
EventAgent.DispatchEvent(ConstMessage.RESET_DAILY_DATA);
|