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