소스 검색

屏蔽获得抽奖

zhaoyang 3 년 전
부모
커밋
0c1267c9f9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Data/LuckyBoxDataManager.cs

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

@@ -20,7 +20,7 @@ namespace GFGGame
         public string probShow;
         private List<LuckyBoxBonusData> _showList;
 
-        public int[] luckyBoxIds = new int[] { 1, 2, 3 };//奖池列表
+        public int[] luckyBoxIds = new int[] { 2, 3 };//奖池列表
         public int startTime = 1635157620;
         public int endTime = 1704038400;