Example #1
0
 public void SendPacket(Packet pPacket)
 {
     Send(pPacket.ToPacketArray());
 }