테스트 로그 정리

This commit is contained in:
aube.lee
2025-02-02 15:10:15 +09:00
parent 6208befe60
commit cc77b41b84

View File

@@ -59,7 +59,6 @@ namespace TON
{ {
PlayerPrefs.SetInt("SelectedPlayerIndex", currentSelectCharacterIndex); PlayerPrefs.SetInt("SelectedPlayerIndex", currentSelectCharacterIndex);
Debug.Log(currentSelectCharacterIndex);
UIManager.Hide<CharaterSelectUI>(UIList.CharaterSelectUI); UIManager.Hide<CharaterSelectUI>(UIList.CharaterSelectUI);
Main.Singleton?.ChangeScene(SceneType.Lobby); Main.Singleton?.ChangeScene(SceneType.Lobby);