コード例 #1
0
        public static void SelectServer(this LPlayer session, Packet packet)
        {
            if (!packet.ReadUInt32(out uint ServerID))
            {
            }

            session.AuthKeyGame();
        }