public void Decode(byte[] packet, ref int offset) { ClientId = PacketUtil.DecodeUInt64(packet, ref offset); OidAccountId = PacketUtil.DecodeUInt64(packet, ref offset); }
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); }
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); }