lcy
2025-12-31 d4e6c77836ed5738a55bd6d85f2b105bf3fbd2df
Main/Config/Configs/HeroBreakConfig.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 HeroBreakConfig()
    {
        if (isInit)
        {
            return;
        }
        LazyInit();
        // 访问过静态构造函数
        visit = true;
    }
    public int BreakID;
@@ -25,6 +22,7 @@
   public int[] AttrIDList;
   public int[] AttrValueList;
   public int SkillID;
   public string SkillIName;
    public override int LoadKey(string _key)
    {
@@ -71,6 +69,8 @@
         }
         int.TryParse(tables[5],out SkillID); 
         SkillIName = tables[6];
        }
        catch (Exception exception)
        {