Пример #1
0
 void eat()
 {
     player.heal(heal);
     eaten   = true;
     toggled = false;
     pie.SetActive(false);
 }