hch
2025-07-29 97e922d74b3b016f63cb436fb82f8139718b9deb
Main/Config/Configs/TreeLVConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年7月26日
//    [  Date ]:           2025年7月29日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -15,7 +15,6 @@
   public int LVUPNeedMoney;
   public int LVUPNeedTime;
   public int[] EquipColorRateList;
   public string ExAwardItemRateList;
    public override int LoadKey(string _key)
    {
@@ -46,8 +45,6 @@
                int.TryParse(EquipColorRateListStringArray[i],out EquipColorRateList[i]);
            }
         }
         ExAwardItemRateList = tables[4];
        }
        catch (Exception exception)
        {