Example #1
0
 /// <summary>
 /// Send Shuttle to the station.
 /// Server only.
 /// </summary>
 public void MoveToStation()
 {
     mm.ChangeFlyingDirection(Orientation.Down);
     MoveTo(StationDest);
 }