Ejemplo n.º 1
0
 public void OnDamageTaken(GameEntity entity)
 {
     Animator.PlayDamageTaken();
     entity.isDamageTaken = false;
 }