Exemple #1
0
 internal void SendSyncPacket(Packet packet)
 {
     packet.Write();
     SendSync(packet.GetBuffer());
     packet.Release();
 }