Example #1
0
 public void SendPacket(PacketWriter packet)
 {
     SendPacket(packet.ToArray());
 }