Esempio n. 1
0
 public void GiveHealth(int amount)
 {
     stats.GiveHealth(amount);
 }