yyl
2025-10-17 ea7a1754dfae9f000effc4bd160670ef426b00fa
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)
        {