Esempio n. 1
0
 void Start()
 {
     templates = GameObject.FindGameObjectWithTag("Enigma").GetComponent <EnigmaTemplates>();
     templates.listposlaser.Add(this.gameObject);
 }
Esempio n. 2
0
 void Start()
 {
     templates = GameObject.FindGameObjectWithTag("Enigma").GetComponent <EnigmaTemplates>();
     templates.bigoffice.Add(this.gameObject);
 }