Example #1
0
 void Awake()
 {
     stateDisplay = GetComponent <StateDisplay>();
     path         = GetComponent <AIPath>();
 }
 void Awake()
 {
     path         = GetComponent <AIPath>();
     stateDisplay = GetComponent <StateDisplay>();
     Deselected();
 }