Example #1
0
 public static bool LandingBurnControl(params string[] args)
 {
     if (Starship.LandingBurnControl())
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }