Beispiel #1
0
 protected override void EndRun()
 {
     ContentManager.Dispose();
     ScreenManager.Shutdown();
     Debug.Shutdown();
     thisProcess.Dispose();
     thisProcess = null;
     Instance    = null;
     LayoutUI.Dispose();
     base.EndRun();
 }
Beispiel #2
0
 internal static void MainDrawUI()
 {
     LayoutUI.Draw();
 }