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