public static void Main(string[] args) { Intro.Display(); Intro.StartGame(); Intro.GenderType(); Intro.CompellingStory(); Planet.PlanetInfomaton(); new Main_Class().Run(); }
//this code will help run the program public void Run() { var quitReason = EventLoop(); Intro.ClosingMessage(quitReason); }