private void CycleWaypoint()
 {
     currentWaypointIndex = patrolPath.GetNextIndex(currentWaypointIndex);
 }
Example #2
0
 private void CycleWaypoint()
 {
     currentPatrolWaypoint = patrolPath.GetNextIndex(currentPatrolWaypoint);
 }