Example #1
0
 static void Main()
 {
     using (var game = new GameRoot())
         game.Run();
 }