예제 #1
0
 protected override void PlayAttackAnimation()
 {
     if (animator != null)
     {
         animator.PlaySwordAttack();
     }
 }
예제 #2
0
    protected override void PlayAttackAnimation()
    {
        if (animator != null)
        {
            animator.PlaySwordAttack();
        }

        battleAudio.PlayAttackSound();
    }