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