Example #1
0
 protected override void LoadContent()
 {
     spriteBatch = new SpriteBatch(GraphicsDevice);
     main_menu = new MainMenu(this.Content, this.graphics);
     rnd = new Random();
 }