feat: 스테이지 종료시 불필요하게 호출되는 부분 수정

This commit is contained in:
aube.lee
2025-02-28 10:44:00 +09:00
parent 9fb7798afd
commit 4004fc593b

View File

@@ -70,7 +70,6 @@ namespace TON
UIManager.Hide<ControllerUI>(UIList.ControllerUI); UIManager.Hide<ControllerUI>(UIList.ControllerUI);
// UIManager.Hide<GameoverUI>(UIList.GameOverUI); // UIManager.Hide<GameoverUI>(UIList.GameOverUI);
UIManager.Hide<GameWinUI>(UIList.GameWinUI);
UIManager.Hide<PauseUI>(UIList.PauseUI); UIManager.Hide<PauseUI>(UIList.PauseUI);
} }