Пример #1
0
 public void MeleeAttack()
 {
     nextMeleeAttack = meleeAttackCooldown + Time.time;
     playerAnimator.AxeChop();
 }