yyl
2025-09-04 cdf7098c937c5f4a70383ef70897bf9fedbb3d99
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)
        {