몬스터 코드 구조 변경

This commit is contained in:
Mingu Kim
2025-02-13 18:30:53 +09:00
parent 45e10cf07d
commit 1f9b05127e
5 changed files with 320 additions and 129 deletions

View File

@@ -13,7 +13,8 @@ namespace TON
{
if (other.CompareTag("Player"))
{
_monsterBase.Attack(other.gameObject);
_monsterBase.SetTransition(new AttackState());
// _monsterBase.Attack(other.gameObject);
}
}
}