lcy
2025-11-05 3b2a6bb9047cfce9f501593b3669a9c1af6c5df4
Main/Config/Configs/NPCExConfig.cs
@@ -1,6 +1,6 @@
//--------------------------------------------------------
//    [Author]:           YYL
//    [  Date ]:           2025年7月26日
//    [  Date ]:           2025年8月5日
//--------------------------------------------------------
using System.Collections.Generic;
@@ -10,6 +10,11 @@
public partial class NPCExConfig : ConfigBase<int, NPCExConfig>
{
    static NPCExConfig()
    {
        // 访问过静态构造函数
        visit = true;
    }
    public int NPCID;
   public long SuppressFightPower;