Exemple #1
0
 // Move Towards the Exit point of the attraction
 public void ExitAttraction()
 {
     IsExitingAttraction = true;
     MoveForward(attractionDest.GetExit().position);
 }