Example #1
0
 private void CycleWaypoint()
 {
     currentWaypointIndex = patrolPath.GetNexWayPointIndex(currentWaypointIndex);
 }