Exemple #1
0
 private void PatrolPathSetup()
 {
     patrolPointIndex  = 0;
     patrolPointToGoTo = patrolPath.NextPatrolPoint(patrolPointIndex);
 }