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