public Menu(GraphicsDevice GraphicsDevice, ContentManager Content ) { // Set the MenuState to Splash MenuStates = States.SPLASH; splashScreen = new Splash(GraphicsDevice, Content); }
public Menu(GraphicsDevice GraphicsDevice, ContentManager Content) { // Set the MenuState to Splash MenuStates = States.SPLASH; splashScreen = new Splash(GraphicsDevice, Content); }