feat: UI 숨김처리 stage Scene 스크립트에서 제어하도록 수정

This commit is contained in:
aube.lee
2025-02-20 16:54:32 +09:00
parent 389a3893d7
commit e4f787220a
4 changed files with 5 additions and 8 deletions

View File

@@ -23,8 +23,6 @@ namespace TON
public void OnClickHomeButton()
{
UIManager.Hide<GameoverUI>(UIList.GameOverUI);
Main.Singleton.ChangeScene(SceneType.Lobby);
}