lcy
2025-11-06 09bc892c7283df8757a07b646d5af21ddaa263d1
Main/Config/Configs/HeroAwakeConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年7月26日
//    [  Date ]:           Tuesday, September 16, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -10,6 +10,11 @@
public partial class HeroAwakeConfig : ConfigBase<int, HeroAwakeConfig>
{
    static HeroAwakeConfig()
    {
        // 访问过静态构造函数
        visit = true;
    }
    public int TalentAwakeID;
   public int HeroID;
@@ -19,6 +24,7 @@
   public int SkillID;
   public int UnlockTalentSlot;
   public int AddStarUpper;
   public string SkillIName;
    public override int LoadKey(string _key)
    {
@@ -69,6 +75,8 @@
         int.TryParse(tables[6],out UnlockTalentSlot); 
         int.TryParse(tables[7],out AddStarUpper); 
         SkillIName = tables[8];
        }
        catch (Exception exception)
        {