|
@@ -20,7 +20,7 @@ namespace GFGGame
|
|
public string probShow;
|
|
public string probShow;
|
|
private List<LuckyBoxBonusData> _showList;
|
|
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 startTime = 1635157620;
|
|
public int endTime = 1704038400;
|
|
public int endTime = 1704038400;
|
|
|
|
|