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