yyl
6 天以前 c124d98bdf9659cf764bebb799bee42c30eb152f
Main/System/GeneralConfig/GeneralDefine.cs
@@ -11,8 +11,6 @@
    public static Dictionary<int, int> MoneyDisplayModel { get; private set; }
    public static int playerMaxLevel { get; private set; }
    
    public static Dictionary<int, string> equipPlaceNameDict { get; private set; }
    public static Dictionary<int, int> moneyDisplayIds { get; private set; }
    public static int expDisplayId { get; private set; }
    
@@ -41,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()
    {
@@ -110,19 +109,6 @@
            // wingEquipLimits = ConfigParse.GetDic<int, int>(GetInputString("WingRealmLimit", 1));
            // int i = 0;
            // int[] equipPlaces = GetIntArray("EquipArea", 1);
            // string[] equipPlacesNames = GetStringArray("EquipArea", 2);
            // equipPlaceNameDict = new Dictionary<int, string>();
            // for (i = 0; i < equipPlaces.Length; i++)
            // {
            //     if (!equipPlaceNameDict.ContainsKey(equipPlaces[i]))
            //     {
            //         equipPlaceNameDict.Add(equipPlaces[i], equipPlacesNames[i]);
            //     }
            //     else
            //     {
            //         Debug.LogError("EquipArea : 装备位置重复");
            //     }
            // }
            // var _trailBossJson = LitJson.JsonMapper.ToObject(GetInputString("MuneKadoTrialBossHead", 1));
            // trailBossHeadIcons = new Dictionary<int, string>();
            // foreach (var _key in _trailBossJson.Keys)
@@ -769,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)
        {