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