Main/System/GeneralConfig/GeneralDefine.cs
@@ -39,6 +39,7 @@ public static int acutionItemHour { get; private set; } public static int maxXBGridCount { get; private set; } public static FuncConfigConfig parryCfg; public static void Init() { @@ -754,7 +755,7 @@ // flashOpenArr = JsonMapper.ToObject<int[]>(func.Numerical2); // flashCntMoreArr = JsonMapper.ToObject<int[]>(func.Numerical3); // flashKillMaxCount = int.Parse(func.Numerical4); parryCfg = FuncConfigConfig.Get("ParryCfg"); } catch (Exception ex) {