test: 개발 테스트용 코드 반영

This commit is contained in:
aube.lee
2025-02-18 23:43:58 +09:00
parent 3f33629c51
commit c7a4e187ca
6 changed files with 56 additions and 17 deletions

View File

@@ -49,9 +49,11 @@ namespace TON
// UIManager.Show<LobbyUI>(UIList.LobbyUI);
// UIManager.Show<IngameOptionUI>(UIList.IngameOptionUI);
// UIManager.Show<SkillSettingUI>(UIList.SkillSettingUI);
// PlayerDataManager.Singleton.SetCurrentUserData();
// UIManager.Show<ControllerUI>(UIList.ControllerUI);
// UIManager.Show<IngameUI>(UIList.IngameUI);
// ControllerUI.Instance.Initalize();
// UIManager.Show<IngameUI>(UIList.IngameUI);
// PlayerSpawner.SpawnPlayerCharacter();
}
}
}