toggle menu
ktvn
1.0.3
jvm
switch theme
search in API
ktvn
/
com.github.benpollarduk.ktvn.io.restore
/
CharacterRestorePoint
Character
Restore
Point
data
class
CharacterRestorePoint
(
val
character
:
Character
,
val
emotion
:
Emotion
,
val
position
:
Position
)
Provides a restore point for a
Character
with a specified
character
,
emotion
and
position
.
Members
Constructors
Character
Restore
Point
Link copied to clipboard
constructor
(
character
:
Character
,
emotion
:
Emotion
,
position
:
Position
)
Properties
character
Link copied to clipboard
val
character
:
Character
emotion
Link copied to clipboard
val
emotion
:
Emotion
position
Link copied to clipboard
val
position
:
Position