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