Example #1
0
 /// <summary>
 /// Cache the associated AI State Machine.
 /// </summary>
 void Awake()
 {
     AIStateMachine = GetComponent <AIStateMachine>();
 }