Example #1
0
 void Awake()
 {
     characterCombat = GetComponent <CharacterCombat>();
     agent           = GetComponent <AIAgent>();
 }