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