웨이브 최종 완료 시 웨이브 카운트 정상 적용되도록 수정

This commit is contained in:
Mingu Kim
2025-03-01 22:10:48 +09:00
parent 3896301f12
commit 82a4ce8359

View File

@@ -292,6 +292,7 @@ namespace TON
private void ShowGameEndUI() private void ShowGameEndUI()
{ {
SoundManager.instance.BgSoundPlay(null); SoundManager.instance.BgSoundPlay(null);
StageManager.Singleton.SetWaveData(currentWave); // 웨이브 정보 전달.
UIManager.Show<GameWinUI>(UIList.GameWinUI); UIManager.Show<GameWinUI>(UIList.GameWinUI);
} }
} }