yyl
4 天以前 ea7a1754dfae9f000effc4bd160670ef426b00fa
npc 新增血条数
1个文件已修改
5 ■■■■ 已修改文件
Main/Config/Configs/NPCConfig.cs 5 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Main/Config/Configs/NPCConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           Thursday, September 18, 2025
//    [  Date ]:           2025年10月17日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -21,6 +21,7 @@
    public int LV;
    public int SkinID;
    public float ModelScale;
    public int LifeBarCount;
    public override int LoadKey(string _key)
    {
@@ -41,6 +42,8 @@
            int.TryParse(tables[3],out SkinID); 
            float.TryParse(tables[4],out ModelScale); 
            int.TryParse(tables[5],out LifeBarCount);
        }
        catch (Exception exception)
        {