hch
2025-09-16 3fcf477fe896f056441bffa1a818a56bc902d4b5
Main/Config/Configs/HeroAwakeConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月5日
//    [  Date ]:           Tuesday, September 16, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -24,6 +24,7 @@
   public int SkillID;
   public int UnlockTalentSlot;
   public int AddStarUpper;
   public string SkillIName;
    public override int LoadKey(string _key)
    {
@@ -74,6 +75,8 @@
         int.TryParse(tables[6],out UnlockTalentSlot); 
         int.TryParse(tables[7],out AddStarUpper); 
         SkillIName = tables[8];
        }
        catch (Exception exception)
        {