Exemplo n.º 1
0
 private static void Main()
 {
     using (var game = new GameMain())
         game.Run();
 }