몬스터 Hit, Death 상태 틀 추가

This commit is contained in:
Mingu Kim
2025-02-19 00:44:53 +09:00
parent 4d0a7de68a
commit ae5913ec0b
4 changed files with 91 additions and 10 deletions

View File

@@ -7,8 +7,7 @@ namespace TON
public class AttackPattern
{
protected MonsterBase _monsterBase;
public AttackPattern(MonsterBase monsterBase)
{
_monsterBase = monsterBase;