feat: 게임 플레이 화면에서 벗어나면 정보 초기화

This commit is contained in:
aube.lee
2025-02-28 15:03:10 +09:00
parent 88d14f54b4
commit 608abcbac2
3 changed files with 12 additions and 3 deletions

View File

@@ -72,6 +72,8 @@ namespace TON
// UIManager.Hide<GameoverUI>(UIList.GameOverUI);
UIManager.Hide<PauseUI>(UIList.PauseUI);
// 스테이지 종료 후 플레이한 데이터 초기화
StageManager.Singleton.ResetPlayData();
}
}