Main/Config/ConfigBase.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/Config/ConfigBase.cs
@@ -85,6 +85,7 @@ T config = new T(); U key = config.LoadKey(strKey); config.LoadConfig(line); config.OnConfigParseCompleted(); #if UNITY_EDITOR try { @@ -112,6 +113,11 @@ { } protected virtual void OnConfigParseCompleted() { } protected int ParseInt(string str) {