public void UnloadContent()
 {
     splashScreenManager.UnloadContent();
     overlayRenderer.UnloadContent();
     hotelOverview.UnloadContent();
     navigatorManager.UnloadContent();
     GetRoomManager().UnloadContent();
 }
Esempio n. 2
0
 public void UnloadContent()
 {
     splashScreenManager.UnloadContent();
     overlayRenderer.UnloadContent();
     hotelOverview.UnloadContent();
     navigatorManager.UnloadContent();
     GetRoomManager().UnloadContent();
     catalogusManager.UnloadContent();
     inventoryManager.UnloadContent();
     GetFurniManager().UnloadContent();
 }