Example #1
0
 // Use this for initialization
 void Start()
 {
     agent    = GetComponentInChildren <NavMeshAgent> ();
     CharMove = GetComponent <QK_AI_Movement> ();
 }
 // Use this for initialization
 void Start()
 {
     agent = GetComponentInChildren<NavMeshAgent> ();
     CharMove = GetComponent<QK_AI_Movement> ();
 }