Exemple #1
0
 public void WritePacket(Packet packet)
 {
     Write((byte)packet.GetPacketType());
     packet.WriteFlush(this);
 }