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
/
Enigma
Enigma
@
Serializable
data
class
Enigma
(
val
boughtCloak
:
Boolean
?
=
null
,
val
foundSouls
:
List
<
String
>
?
=
null
,
val
claimedBonusIndex
:
Int
?
=
null
)
Members
Constructors
Enigma
Link copied to clipboard
constructor
(
boughtCloak
:
Boolean
?
=
null
,
foundSouls
:
List
<
String
>
?
=
null
,
claimedBonusIndex
:
Int
?
=
null
)
Properties
bought
Cloak
Link copied to clipboard
@
SerialName
(
value
=
"bought_cloak"
)
val
boughtCloak
:
Boolean
?
=
null
claimed
Bonus
Index
Link copied to clipboard
@
SerialName
(
value
=
"claimed_bonus_index"
)
val
claimedBonusIndex
:
Int
?
=
null
found
Souls
Link copied to clipboard
@
SerialName
(
value
=
"found_souls"
)
val
foundSouls
:
List
<
String
>
?
=
null