protected override void PlayAttackAnimation() { if (animator != null) { animator.PlaySwordAttack(); } }
protected override void PlayAttackAnimation() { if (animator != null) { animator.PlaySwordAttack(); } battleAudio.PlayAttackSound(); }