Main/Config/Configs/HeroAwakeConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Monday, August 4, 2025
//    [  Date ]:           Tuesday, September 16, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -12,7 +12,8 @@
{
    static HeroAwakeConfig()
    {
        dic.Clear();
        // 访问过静态构造函数
        visit = true;
    }
    public int TalentAwakeID;
@@ -23,6 +24,7 @@
   public int SkillID;
   public int UnlockTalentSlot;
   public int AddStarUpper;
   public string SkillIName;
    public override int LoadKey(string _key)
    {
@@ -73,6 +75,8 @@
         int.TryParse(tables[6],out UnlockTalentSlot); 
         int.TryParse(tables[7],out AddStarUpper); 
         SkillIName = tables[8];
        }
        catch (Exception exception)
        {