public MainGame() { graphics = new GraphicsDeviceManager(this); Content.RootDirectory = "Content"; // Create objects loading = new Loading(Content); mainMenu = new MainMenu(); gameStage = new GameStage(); gameOver = new GameOver(); }