Пример #1
0
 void Start()
 {
     _place = GetComponent <FoodPlace>();
 }
Пример #2
0
 void Start()
 {
     _place = GetComponent <FoodPlace>();
     _timer = Time.realtimeSinceStartup;
 }