예제 #1
0
        private void SendPacket(OutPacket packet)
        {
            Opcode packet_opcode = this.GetOpcode(packet.GetType());

            base.Send((byte)packet_opcode, packet.Write());
        }