몬스터 스킬 코드 복구

This commit is contained in:
Mingu Kim
2025-06-01 21:57:00 +09:00
parent 8d940a0892
commit 9dccef7995
3 changed files with 99 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ namespace TON
private void Attack()
{
_monsterBase.ChangeAnimationState(AniAttack);
_monsterBase.Attack();
_monsterBase.PlayerAttack();
}
public void Exit()