hch
2025-12-17 f7649d6ebfe7f0a6a95ce4124b4e0f2207b74c8f
Main/Config/Configs/HeroAwakeConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月4日
//    [  Date ]:           Tuesday, September 16, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -12,11 +12,8 @@
{
    static HeroAwakeConfig()
    {
        if (isInit)
        {
            return;
        }
        LazyInit();
        // 访问过静态构造函数
        visit = true;
    }
    public int TalentAwakeID;
@@ -27,6 +24,7 @@
   public int SkillID;
   public int UnlockTalentSlot;
   public int AddStarUpper;
   public string SkillIName;
    public override int LoadKey(string _key)
    {
@@ -77,6 +75,8 @@
         int.TryParse(tables[6],out UnlockTalentSlot); 
         int.TryParse(tables[7],out AddStarUpper); 
         SkillIName = tables[8];
        }
        catch (Exception exception)
        {