Esempio n. 1
0
 void Eat()
 {
     needs.EatFood(foodHungerValue);
     PickUpItem.Reset();
     Destroy(gameObject);
 }