yyl
8 天以前 31b986a6dfe7b0e3cd01f15037be0278307eb2dd
Main/Config/Configs/NPCConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年8月8日
//    [  Date ]:           Thursday, September 18, 2025
//--------------------------------------------------------
using System.Collections.Generic;
@@ -18,8 +18,6 @@
    public int NPCID;
   public string NPCName;
   public int Country;
   public int AtkDistType;
   public int LV;
   public int SkinID;
   public float ModelScale;
@@ -38,15 +36,11 @@
         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);
         int.TryParse(tables[5],out SkinID);
         float.TryParse(tables[6],out ModelScale);
         float.TryParse(tables[4],out ModelScale);
        }
        catch (Exception exception)
        {