コード例 #1
0
ファイル: Program.cs プロジェクト: half-ogre/MonoGameQuest
 static void Main()
 {
     using (var game = new MonoGameQuest())
         game.Run();
 }