Ejemplo n.º 1
0
 // Use this for initialization
 void Start()
 {
     crest = GameObject.FindGameObjectWithTag("CREST").GetComponent <CrestService> ();
     crest.GetRifter();
     hostileObject = transform.FindChild("Rifter").gameObject;
 }
Ejemplo n.º 2
0
 // Use this for initialization
 void Start()
 {
     crest = GameObject.FindGameObjectWithTag("CREST").GetComponent <CrestService> ();
     crest.SendMessage("GetLightScoutDronesT1");
 }