Lobby 화면 내의 컨트롤러 숨김

This commit is contained in:
aube.lee
2025-02-04 10:07:29 +09:00
parent 7e81853eed
commit 00df2a1d90

View File

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