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