public void LoadContent(ContentManager theContentManager) { MyPlayer.LoadContent(theContentManager); //MyUI.LoadContent(theContentManager); //BG Sound MySound.LoadContent(theContentManager); }
public void LoadContent(ContentManager theContentManager) { MyPlayer.LoadContent(theContentManager); MyTrivia.LoadTriviaContent(theContentManager); MySound.LoadContent(theContentManager); //MyUI.LoadContent(theContentManager); //BG Sound // MySound.LoadContent(theContentManager); }