몬스터 공격 시 캐릭터 방어력 값 참조 추가 및 리워드 코드 추가

This commit is contained in:
Mingu Kim
2025-02-27 18:17:57 +09:00
parent db924ce506
commit 66a2b373d3
4 changed files with 162 additions and 32 deletions

View File

@@ -153,7 +153,6 @@ namespace TON
_monsterBase = monsterBase;
_monsterBase.ChangeAnimationState(AniWalk);
}
public void Update()
@@ -182,7 +181,6 @@ namespace TON
// 추적 상태
return this;
}
}
@@ -226,7 +224,7 @@ namespace TON
private void Attack()
{
_monsterBase.ChangeAnimationState(AniAttack);
_monsterBase.PlayerAttack();
_monsterBase.Attack();
}
public void Exit()