Beispiel #1
0
 public void UnsetWorkPlace()
 {
     WorkPlace = null;
     Goal      = CityCenter.Instance.gameObject.transform.position;
 }
Beispiel #2
0
 public void SetWorkPlace(ProductionZone z)
 {
     WorkPlace = z;
     Goal      = z.gameObject.transform.position;
 }