Exemplo n.º 1
0
 private static void GameLoop()
 {
     using (Knot3Game game = new Knot3Game ()) {
         game.Run ();
     }
 }