少年修仙传客户端代码仓库
client_Zxw
2018-08-14 c0f606220d88303b7bbc3854a595f86aca701852
System/GeneralConfig/GeneralConfig.cs
@@ -107,9 +107,6 @@
    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;
@@ -390,8 +387,6 @@
            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));