Пример #1
0
 public void TookDamage()
 {
     AudioController.instance.PlayEffect(takeDamageClip);
     customAnimation.PlayTakeDamageAnimation();
 }