Exemple #1
0
 private Vector3 GetCurrentWaypoint() //Fragt in PatrolPath.cs nach wo sich der aktuell anzusteuernde Wegpunkt befindet (Position)
 {
     return(enemyPath.GetWaypoint(currentWaypointIndex));
 }