예제 #1
0
        public void LoadContent(ContentManager theContentManager)
        {
            MyPlayer.LoadContent(theContentManager);
            //MyUI.LoadContent(theContentManager);

            //BG Sound
            MySound.LoadContent(theContentManager);
        }
예제 #2
0
        public void LoadContent(ContentManager theContentManager)
        {
            MyPlayer.LoadContent(theContentManager);
            MyTrivia.LoadTriviaContent(theContentManager);
            MySound.LoadContent(theContentManager);
            //MyUI.LoadContent(theContentManager);

            //BG Sound
            //          MySound.LoadContent(theContentManager);
        }