Lobby 화면 로직 수정

This commit is contained in:
aube.lee
2025-02-06 09:59:56 +09:00
parent 7d58c2ee8b
commit 35af44746d
3 changed files with 17 additions and 77 deletions

View File

@@ -22,6 +22,7 @@ namespace TON
}
UIManager.Show<LobbyUI>(UIList.LobbyUI);
UIManager.Show<IngameOptionUI>(UIList.IngameOptionUI);
// UIManager.Show<ControllerUI>(UIList.ControllerUI);
// PlayerSpawner.SpawnPlayerCharacter();
}