Пример #1
0
 // Use this for initialization
 void Start()
 {
     this.gameView       = GameObject.FindWithTag("GameView").GetComponent <GameView>();
     this.selectedOffice = new Office();
 }
Пример #2
0
 // Use this for initialization
 void Start()
 {
     this.gameView = GameObject.FindWithTag("GameView").GetComponent <GameView>();
     this.Office   = this.gameView.GetOffice(this.OfficeId);
 }