lcy
2025-11-05 3b2a6bb9047cfce9f501593b3669a9c1af6c5df4
Main/Config/Configs/NPCConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月8日
//    [  Date ]:           2025年10月17日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -18,11 +18,10 @@
    public int NPCID;
   public string NPCName;
   public int Country;
   public int AtkDistType;
   public int LV;
   public int SkinID;
   public float ModelScale;
   public int LifeBarCount;
    public override int LoadKey(string _key)
    {
@@ -38,15 +37,13 @@
         NPCName = tables[1];
         int.TryParse(tables[2],out Country);
         int.TryParse(tables[2],out LV);
         int.TryParse(tables[3],out AtkDistType);
         int.TryParse(tables[3],out SkinID);
         int.TryParse(tables[4],out LV);
         float.TryParse(tables[4],out ModelScale);
         int.TryParse(tables[5],out SkinID);
         float.TryParse(tables[6],out ModelScale);
         int.TryParse(tables[5],out LifeBarCount);
        }
        catch (Exception exception)
        {