示例#1
0
 public void ApproachStation()
 {
     mm.SetSpeed(25);
     mm.AutopilotTo(destination);
 }