Esempio n. 1
0
 public void DrinkPotion(GameObject potion)
 {
     playerHealth.AddHealthFromPotion(potion);
 }