コード例 #1
0
ファイル: HostileCtrl.cs プロジェクト: LunaPg/RoguEvE
 // Use this for initialization
 void Start()
 {
     crest = GameObject.FindGameObjectWithTag("CREST").GetComponent <CrestService> ();
     crest.GetRifter();
     hostileObject = transform.FindChild("Rifter").gameObject;
 }
コード例 #2
0
 // Use this for initialization
 void Start()
 {
     crest = GameObject.FindGameObjectWithTag("CREST").GetComponent <CrestService> ();
     crest.SendMessage("GetLightScoutDronesT1");
 }