Ejemplo n.º 1
0
 private void TakeDamage()
 {
     PlayDamageSound();
     GameEventManager.DecrementHealth(1);
 }