public override Widget CreatePanelWidget ()
		{
			AllowMixedConfigurations = false;
			return widget = new MonoGameOptions ();
		}
Esempio n. 2
0
 public override Widget CreatePanelWidget()
 {
     AllowMixedConfigurations = false;
     return(widget = new MonoGameOptions());
 }