Ejemplo n.º 1
0
 private void Deattach()
 {
     CurrentOrbit?.Deattach();
     CurrentOrbit = null;
 }
Ejemplo n.º 2
0
 public void Land()
 {
     CurrentOrbit = new IntermediateOrbit();
 }