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