Example #1
0
 void CheckTarget()
 {
     if (aI_Controller.IsInRange() == false)
     {
         aI_Controller.SetDestinationToTarget();
         curTimer = 0;
     }
     else
     {
         Attack();
     }
 }