Core/GameEngine/Model/Config/NPCConfig.cs
@@ -1,6 +1,6 @@ //-------------------------------------------------------- // [Author]: Fish // [ Date ]: Tuesday, April 23, 2019 // [ Date ]: Wednesday, May 15, 2019 //-------------------------------------------------------- using System.Collections.Generic; @@ -291,6 +291,7 @@ path = AssetVersionUtility.GetAssetFilePath("config/NPC.txt"); } configs.Clear(); var tempConfig = new NPCConfig(); var preParse = tempConfig is IConfigPostProcess;