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