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
/
DungeonType
Dungeon
Type
@
Serializable
data
class
DungeonType
(
val
catacombs
:
Catacombs
?
=
null
,
val
masterCatacombs
:
MasterCatacombs
?
=
null
)
Members
Constructors
Dungeon
Type
Link copied to clipboard
constructor
(
catacombs
:
Catacombs
?
=
null
,
masterCatacombs
:
MasterCatacombs
?
=
null
)
Properties
catacombs
Link copied to clipboard
val
catacombs
:
Catacombs
?
=
null
master
Catacombs
Link copied to clipboard
@
SerialName
(
value
=
"master_catacombs"
)
val
masterCatacombs
:
MasterCatacombs
?
=
null