| Assets/Launch/Manager/LocalResManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Assets/Launch/Manager/LocalResManager.cs
@@ -635,6 +635,15 @@ /// </summary> public async UniTask InitTable(Action OnComplete = null) { if (null == VersionConfigEx.config) { #if UNITY_WEBGL await VersionConfigEx.Get(); #else VersionConfigEx.Get(); #endif } await ReadText("Assets/ResourcesOut/Config/InitialFunction.txt", (isOK, value) => { if (isOK)