Example #1
0
 public void ExitCombatLock()
 {
     combatLock    = false;
     enemy         = null;
     agent.enabled = true;
     if (chase != null)
     {
         chase.SetPrimaryTarget();
     }
 }