habbokt
jvm
packet
/
com.habbokt.packet.asm.handshake.userobject
Package-level
declarations
Types
Types
User
Object
Packet
Link copied to clipboard
data
class
UserObjectPacket
(
val
userId
:
String
,
val
name
:
String
,
val
figure
:
String
,
val
sex
:
String
,
val
customData
:
String
,
val
phTickets
:
Int
,
val
phFigure
:
String
,
val
photoFilm
:
Int
,
val
directMail
:
Int
,
val
respectTicketTotal
:
Int
,
val
respectTicketCount
:
Int
)
:
Packet
User
Object
Packet
Assembler
Link copied to clipboard
class
UserObjectPacketAssembler
:
PacketAssembler
<
UserObjectPacket
>