| | |
| | | public int runeTowerSweepBuyTimes { get; private set; }
|
| | | public int runeTowerSweepBuyPrice { get; private set; }
|
| | |
|
| | | public List<int> bossRebornTotalPoint { get; private set; }
|
| | | public List<int> bossRebornTotalPointWorldLevelNeed { get; private set; }
|
| | |
|
| | | public int teamMatchingTimeOut { get; private set; }
|
| | | public List<int> inGameDownLoadLevelCheckPoints = null;
|
| | | public List<int> inGameDownLoadTaskCheckPoints = null;
|
| | |
| | | rechargeRedpointMinLv = GetInt("FirstPayRedPoint", 2);
|
| | | runeTowerSweepBuyTimes = GetInt("RuneTowerSweepBuy");
|
| | | runeTowerSweepBuyPrice = GetInt("RuneTowerSweepBuy", 2);
|
| | | bossRebornTotalPoint = new List<int>(GetIntArray("BossRebornTotalPoint"));
|
| | | bossRebornTotalPointWorldLevelNeed = new List<int>(GetIntArray("BossRebornTotalPoint", 2));
|
| | | teamMatchingTimeOut = GetInt("TeamMatchingTimeOut");
|
| | | inGameDownLoadLevelCheckPoints = new List<int>(GetIntArray("InGameDownLoad"));
|
| | | inGameDownLoadTaskCheckPoints = new List<int>(GetIntArray("InGameDownLoad", 2));
|