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
/
Murder
Murder
@
Serializable
data
class
Murder
(
val
stepIndex
:
Int
?
=
null
,
val
roomClues
:
List
<
String
>
?
=
null
,
val
stepIndexPt2
:
Int
?
=
null
,
val
stepIndexPt3
:
Int
?
=
null
)
Information
Members
Constructors
Murder
Link copied to clipboard
constructor
(
stepIndex
:
Int
?
=
null
,
roomClues
:
List
<
String
>
?
=
null
,
stepIndexPt2
:
Int
?
=
null
,
stepIndexPt3
:
Int
?
=
null
)
Properties
room
Clues
Link copied to clipboard
@
SerialName
(
value
=
"room_clues"
)
val
roomClues
:
List
<
String
>
?
=
null
step
Index
Link copied to clipboard
@
SerialName
(
value
=
"step_index"
)
val
stepIndex
:
Int
?
=
null
step
Index
Pt2
Link copied to clipboard
@
SerialName
(
value
=
"step_index_pt2"
)
val
stepIndexPt2
:
Int
?
=
null
step
Index
Pt3
Link copied to clipboard
@
SerialName
(
value
=
"step_index_pt3"
)
val
stepIndexPt3
:
Int
?
=
null