lcy
2025-12-31 d4e6c77836ed5738a55bd6d85f2b105bf3fbd2df
Main/Config/Configs/HeroQualityAwakeConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月4日
//    [  Date ]:           2025年8月7日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -12,17 +12,15 @@
{
    static HeroQualityAwakeConfig()
    {
        if (isInit)
        {
            return;
        }
        LazyInit();
        // 访问过静态构造函数
        visit = true;
    }
    public int QualityAwakeID;
   public int Quality;
   public int AwakeLV;
   public int[] UPCostItem;
   public int RebirthCostMoney;
    public override int LoadKey(string _key)
    {
@@ -53,6 +51,8 @@
                int.TryParse(UPCostItemStringArray[i],out UPCostItem[i]);
            }
         }
         int.TryParse(tables[4],out RebirthCostMoney);
        }
        catch (Exception exception)
        {