少年修仙传客户端代码仓库
client_Wu Xijin
2018-08-14 d51409d7c6f454d32884377b003abe102dc1c865
2278 【前端】奖励、复活点通知方式修改
1个文件已修改
5 ■■■■■ 已修改文件
System/GeneralConfig/GeneralConfig.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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));