Ejemplo n.º 1
0
 public void Dispose()
 {
     // Reset all of the UI and GameSystems
     GameSystems.Shutdown();
     UiSystems.DisposeAll();
     Tig.Shutdown();
 }