Exemplo n.º 1
0
        public override void UnloadContent()
        {
            base.UnloadContent();

            if (TitleMenu != null)
            {
                TitleMenu.UnloadContent();
            }
        }
Exemplo n.º 2
0
 public override void UnloadContent()
 {
     backgroundImage.UnloadContent();
     creditsText.UnloadContent();
     menu.UnloadContent();
 }