Esempio n. 1
0
 private bool CanConstructFarms()
 {
     return(CityFarms.Get().CanManuallyConstructAnyKindOfFarm());
 }
Esempio n. 2
0
 private void Awake()
 {
     _instance = this;
 }