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