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