hch
2025-10-28 2d49ec4f87de5fdedcac25a2bd45c97a0c332a04
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)
        {