스테이지 Rename 및 폴더 정리

스테이지 Rename
This commit is contained in:
JKH47
2025-02-14 17:03:47 +09:00
parent 3eccf27608
commit 5c84fdbd73
21 changed files with 5 additions and 101816 deletions

View File

@@ -52,11 +52,11 @@ namespace TON
// TODO : Custom Order After System Load
// UIManager.Show<IngameUI>(UIList.IngameUI);
// UIManager.Show<LobbyUI>(UIList.LobbyUI);
UIManager.Show<ControllerUI>(UIList.ControllerUI);
ControllerUI.Instance.Initalize();
//UIManager.Show<ControllerUI>(UIList.ControllerUI);
//ControllerUI.Instance.Initalize();
// UIManager.Show<IngameOptionUI>(UIList.IngameOptionUI);
// UIManager.Show<CharaterCreateUI>(UIList.CharaterCreateUI);
// UIManager.Show<TitleUI>(UIList.TitleUI);
UIManager.Show<TitleUI>(UIList.TitleUI);
}
}
}