HyWrapper
Toggle table of contents
1.0-SNAPSHOT
jvm
Platform filter
jvm
Switch theme
Search in API
HyWrapper
HyWrapper
/
com.joshy.hywrapper.model.resources
/
OneTimeAchievement
One
Time
Achievement
@
Serializable
data
class
OneTimeAchievement
(
val
name
:
String
?
=
null
,
val
description
:
String
?
=
null
,
val
points
:
Int
?
=
null
,
val
gamePercentUnlocked
:
Double
?
=
null
,
val
globalPercentUnlocked
:
Double
?
=
null
)
Members
Constructors
One
Time
Achievement
Link copied to clipboard
constructor
(
name
:
String
?
=
null
,
description
:
String
?
=
null
,
points
:
Int
?
=
null
,
gamePercentUnlocked
:
Double
?
=
null
,
globalPercentUnlocked
:
Double
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
?
=
null
game
Percent
Unlocked
Link copied to clipboard
val
gamePercentUnlocked
:
Double
?
=
null
global
Percent
Unlocked
Link copied to clipboard
val
globalPercentUnlocked
:
Double
?
=
null
name
Link copied to clipboard
val
name
:
String
?
=
null
points
Link copied to clipboard
val
points
:
Int
?
=
null