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