Ejemplo n.º 1
0
 static void Main()
 {
     using (var game = new MarioGame())
         game.Run();
 }
Ejemplo n.º 2
0
 public MarioGame()
 {
     instance = this;
     new GraphicsDeviceManager(this);
     Content.RootDirectory = ContentDirectory;
 }