Exemple #1
0
 private Vector3 GetCurrentWayPoint()
 {
     return(patrolPath.GetWayPoints(currentWayPointIndex));
 }