Exemple #1
0
 public void TakeDamage(int amount)
 {
     _DamageFlashDisplay.FlashDisplayText(amount.ToString());
 }