Ejemplo n.º 1
0
 private static void Main(string[] args)
 {
     using (var game = new GameTest())
     {
         game.Run();
     }
 }