feat: LoadingUI 테스트 코드 삭제
This commit is contained in:
@@ -76,7 +76,6 @@ namespace TON
|
||||
private IEnumerator ChangeScene<T>(System.Action onSceneChangeCompletedCallback = null) where T : SceneBase
|
||||
{
|
||||
UIManager.Show<LoadingUI>(UIList.LoadingUI);
|
||||
yield return new WaitForSeconds(3f);
|
||||
|
||||
isSceneChangeProgress = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user