Main/Manager/UIManager.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Main/Manager/UIManager.cs
@@ -484,7 +484,7 @@ // 从资源管理器加载UI预制体 GameObject prefab; if (uiName == "LaunchWin") if (uiName == "LaunchWin" || uiName == "DownLoadWin" || uiName == "RequestSecretWin" || uiName == "GameAgeWarnWin") { prefab = BuiltInLoader.LoadPrefab(uiName); }