HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.skyblock.profile
/
Pets
Pets
@
Serializable
data
class
Pets
(
val
milestone
:
PetsMilestone
?
=
null
,
val
totalExpGained
:
Double
?
=
null
)
Members
Constructors
Pets
Link copied to clipboard
constructor
(
milestone
:
PetsMilestone
?
=
null
,
totalExpGained
:
Double
?
=
null
)
Properties
milestone
Link copied to clipboard
val
milestone
:
PetsMilestone
?
=
null
total
Exp
Gained
Link copied to clipboard
@
SerialName
(
value
=
"total_exp_gained"
)
val
totalExpGained
:
Double
?
=
null