namespace GeometryTD.UI
{
public class MenuFormContext : UIContext
public string TitleText { get; set; }
public string StartButtonText { get; set; }
public string SettingsButtonText { get; set; }
public string ExitButtonText { get; set; }
}