Exemple #1
0
 private void UpdateHealthDisplay()
 {
     _healthDisplay.UpdateDamage(_health / 100);
     _healthDisplay.UpdateSheild(_shield);
 }