HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.resources
/
QuestReward
Quest
Reward
@
Serializable
data
class
QuestReward
(
val
type
:
String
?
=
null
,
val
amount
:
Int
?
=
null
)
Members
Constructors
Quest
Reward
Link copied to clipboard
constructor
(
type
:
String
?
=
null
,
amount
:
Int
?
=
null
)
Properties
amount
Link copied to clipboard
val
amount
:
Int
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null