void Start() { cityCenter = FindObjectOfType <CityCenter>(); }
private void Awake() { instance = this; box = gameObject.GetComponent <BoxCollider>(); }