This is the main type for your game
Inheritance: Microsoft.Xna.Framework.Game
Beispiel #1
0
 static void Main()
 {
     using (var game = new Game1())
         game.Run();
 }