// Use this for initialization void Start() { this.gameView = GameObject.FindWithTag("GameView").GetComponent <GameView>(); this.selectedOffice = new Office(); }
// Use this for initialization void Start() { this.gameView = GameObject.FindWithTag("GameView").GetComponent <GameView>(); this.Office = this.gameView.GetOffice(this.OfficeId); }