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