This is the main type for your game.
Inheritance: Microsoft.Xna.Framework.Game
示例#1
0
文件: Program.cs 项目: p34ches/Blink
 static void Main()
 {
     using (var game = new Game1())
         game.Run();
 }