namespace MedievalParty.MainMenu.MainSection { public enum MainSectionOptions { NewGame, Continue, Options, Quit } }