Пример #1
0
 private void Awake()
 {
     Player       = GameManager.playerone;
     me           = GameObject.Find("MurderBot");
     LaserRife    = GameObject.Find("FreakinLaser").GetComponent <FreakinLasers>();
     state_moving = this.GetComponent <State_Moving>();
     context      = this.GetComponent <StateController_Flyingbot>();
 }
Пример #2
0
 private void Awake()
 {
     me           = GameObject.Find("MurderBot");
     state_moving = this.GetComponent <State_Moving>();
     context      = this.GetComponent <StateController_Flyingbot>();
 }