void Start() { tl = GameObject.Find("_Brain").GetComponent<ThingLogic>(); }
void Start() { self = this.gameObject; tl = GameObject.Find("_Brain").GetComponent<ThingLogic>(); bright = true; }