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