몬스터 스포너 추가

This commit is contained in:
Mingu Kim
2025-02-26 21:42:37 +09:00
parent 934709ce19
commit 7dcd603a7d
33 changed files with 150 additions and 795 deletions

View File

@@ -99,6 +99,7 @@ namespace TON
if (prevHP > 0 && currentHP <= 0)
{
_stateMachine.SetTransition(new DeathState());
//TODO : 현재 웨이브 값, 경험치, 골드 MonsterSpawner.WaveData;
}
else if (prevHP > 0 && currentHP > 0)
{