public NexonServerPacket(NexonPatron patron, byte[] packet, int length)
     : base(patron, packet, length)
 {
 }
 public NexonServerPacket(NexonPatron patron, byte command)
     : base(patron, command)
 {
 }
 public NexonServerPacket(NexonPatron patron, NexonSocket socket)
     : base(patron, socket)
 {
 }
Exemple #4
0
 public NexonClientPacket(NexonPatron patron, byte[] packet, int length)
     : base(patron, packet, length)
 {
 }
Exemple #5
0
 public NexonClientPacket(NexonPatron patron, byte command)
     : base(patron, command)
 {
 }
Exemple #6
0
 public NexonClientPacket(NexonPatron patron, NexonSocket socket)
     : base(patron, socket)
 {
 }