Esempio n. 1
0
 void Start()
 {
     _place = GetComponent <FoodPlace>();
 }
Esempio n. 2
0
 void Start()
 {
     _place = GetComponent <FoodPlace>();
     _timer = Time.realtimeSinceStartup;
 }