private void Awake()
 {
     Instance = this;
 }
Beispiel #2
0
 private void Awake()
 {
     _pool = GetComponent <FoodObjectPool>();
 }