System/GeneralConfig/GeneralDefine.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/GeneralConfig/GeneralDefine.cs
@@ -238,6 +238,9 @@ public static Dictionary<int, List<int>> ZhanLingCtgIdHDict { get; private set; } public static Dictionary<int, int> OldZhanLingCtgIdDict { get; private set; } public static float fightPowerMore; //战力超过比例才可快速挑战 public static int flashKillMaxCount; //连杀最大次数 public static void Init() { try @@ -959,6 +962,10 @@ } } func = FuncConfigConfig.Get("FBQuickPass"); fightPowerMore = float.Parse(func.Numerical1); flashKillMaxCount = int.Parse(func.Numerical2); } catch (Exception ex) {