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