This is the main type for your game.
Inheritance: Microsoft.Xna.Framework.Game
コード例 #1
0
ファイル: Program.cs プロジェクト: ggrrin/DungeonMaster
 static void Main()
 {
     using (var game = new Engine())
         game.Run();
 }