| System/AssetVersion/InGameDownLoadProgress.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/AssetVersion/InGameDownLoadProgress.cs
@@ -107,6 +107,8 @@ { m_ProgressSlider.fillAmount = InGameDownLoad.Instance.progress; if (InGameDownLoad.Instance.state == InGameDownLoad.State.DownLoad) { if (m_ProgressText != null) { var progress = Mathf.RoundToInt(InGameDownLoad.Instance.progress * 100); @@ -114,6 +116,8 @@ } } } private void OpenInGameDownloadWin() { switch (InGameDownLoad.Instance.state)