zhangyuqian 1 rok pred
rodič
commit
3e9bfa81f3

+ 3 - 0
GameClient/Assets/Game/HotUpdate/Data/ActivityDataManager.cs

@@ -33,6 +33,9 @@ namespace GFGGame
             }
             return 0;
         }
+        /**********************************************************活动弹窗*************************************************/
+        public bool todayActivityTips = true;
+        public bool todayMonthlyCardTips = true;
         /**********************************************************限时累充*************************************************/
         public int lastActLimitChargeId = 0;
         private int _actLimitChargeId = 0;

+ 2 - 0
GameClient/Assets/Game/HotUpdate/GameGlobal.cs

@@ -37,6 +37,8 @@ namespace GFGGame
         public static bool AutoSevenDayLoginView = true;
         public static bool AutoDailySignView = true;
         public static bool AutoSpecialOfferGiftBoxView = true;
+        public static bool AutoAcitivtyTipsLoginView = true;
+        public static bool AutoMonthlyCardView = true;
         //用于标记自动检测打开界面流程已执行完毕
         public static bool AutoShowCompleted;