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