Ejemplo n.º 1
0
 public void Decode(byte[] packet, ref int offset)
 {
     ClientId     = PacketUtil.DecodeUInt64(packet, ref offset);
     OidAccountId = PacketUtil.DecodeUInt64(packet, ref offset);
 }
Ejemplo n.º 2
0
 public void Decode(byte[] packet, ref int offset)
 {
     ClientId = PacketUtil.DecodeUInt64(packet, ref offset);
     Name     = PacketUtil.DecodeString(packet, ref offset);
     Result   = PacketUtil.DecodeByte(packet, ref offset);
 }
Ejemplo n.º 3
0
 public void Decode(byte[] packet, ref int offset)
 {
     ClientId = PacketUtil.DecodeUInt64(packet, ref offset);
     Id       = PacketUtil.DecodeString(packet, ref offset);
     Password = PacketUtil.DecodeString(packet, ref offset);
 }