示例#1
0
        public static void Main(String[] args)
        {
            GameServer server = new GameServer(1500);

            server.Start();
        }