Ver Fonte

活动卡池结束时间

zhaoyang há 3 anos atrás
pai
commit
8d527d02c8

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Data/LuckyBoxDataManager.cs

@@ -10,7 +10,7 @@ namespace GFGGame
         private Dictionary<int, ItemData> _firstRewardsList = new Dictionary<int, ItemData>();//首次获得的奖励
         public int[] luckyBoxIds = new int[] { 1, 2, 3 };//奖池列表
         public int startTime = 1635157620;
-        public int endTime = 1643192820;
+        public int endTime = 1704038400;
         public List<ItemData> RewardList
         {
             get { return _rewardsList; }