Exemple #1
0
 public void OnAttack()
 {
     _player.GetDamage(2);
     _enemyAnimator.SetBool("isAttacking", false);
 }