Ejemplo n.º 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>();
 }
Ejemplo n.º 2
0
 private void Awake()
 {
     Player  = GameManager.playerone;
     context = this.GetComponent <StateController_Flyingbot>();
 }
Ejemplo n.º 3
0
 private void Start()
 {
     Player = GameManager.playerone;
 }
Ejemplo n.º 4
0
 private void Awake()
 {
     Player = GameManager.playerone;
 }
Ejemplo n.º 5
0
 private void Start()
 {
     Player = GameManager.playerone;
     GetVecotrPoints();
 }