Exemplo n.º 1
0
 protected override void LoadContent()
 {
     spriteBatch = new SpriteBatch(GraphicsDevice);
     Ressources.LoadContent(Content);
     Main = new GameMain();
 }
Exemplo n.º 2
0
 protected override void LoadContent()
 {
     spriteBatch = new SpriteBatch(GraphicsDevice);
     Ressources.LoadContent(Content);
     Main = new GameMain();
 }