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