Ejemplo n.º 1
0
 // Use this for initialization
 private void Awake()
 {
     tru = gameObject.GetComponentInParent <TruAI>();
 }
Ejemplo n.º 2
0
 void Start()
 {
     truai = gameObject.GetComponent <TruAI>();
 }