protected override void UnloadContent() { for (int i = 0; i < screens.Count; i++) { screens[i].UnloadContent(); } if (loadingScreen != null) { loadingScreen.UnloadContent(); } base.UnloadContent(); }