Exemplo n.º 1
0
 public virtual void TakeStunDamage(float amount)
 {
     TakeDamage(amount);
     animator.AnimateStun();
 }