yyl
2026-02-09 5a4e34c8a85737c0fa5b5775122da31155cbaef3
Main/Config/Configs/HeroTalentConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月4日
//    [  Date ]:           Wednesday, January 28, 2026
//--------------------------------------------------------
using System.Collections.Generic;
@@ -12,11 +12,8 @@
{
    static HeroTalentConfig()
    {
        if (isInit)
        {
            return;
        }
        LazyInit();
        // 访问过静态构造函数
        visit = true;
    }
    public int TalentID;
@@ -24,6 +21,9 @@
   public int Quality;
   public int AttrID;
   public int AttrValue;
   public int InitWeight;
   public int WashWeight;
   public int AweakWeight;
    public override int LoadKey(string _key)
    {
@@ -44,6 +44,12 @@
         int.TryParse(tables[3],out AttrID); 
         int.TryParse(tables[4],out AttrValue); 
         int.TryParse(tables[5],out InitWeight);
         int.TryParse(tables[6],out WashWeight);
         int.TryParse(tables[7],out AweakWeight);
        }
        catch (Exception exception)
        {