Exemplo n.º 1
0
 public static bool TakeWingsModules(params string[] args)
 {
     if (Starship.TakeAllWingsModules())
     {
         return(true);
     }
     else
     {
         return(false);
     }
 }