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