Ejemplo n.º 1
0
 void Start()
 {
     tl = GameObject.Find("_Brain").GetComponent<ThingLogic>();
 }
Ejemplo n.º 2
0
 void Start()
 {
     self = this.gameObject;
     tl = GameObject.Find("_Brain").GetComponent<ThingLogic>();
     bright = true;
 }