Exemplo n.º 1
0
        protected override void UnloadContent()
        {
            for (int i = 0; i < screens.Count; i++)
            {
                screens[i].UnloadContent();
            }

            if (loadingScreen != null)
            {
                loadingScreen.UnloadContent();
            }

            base.UnloadContent();
        }