toggle menu
ktvn
1.0.3
jvm
switch theme
search in API
ktvn
/
com.github.benpollarduk.ktvn.io.game
/
GameSave
Game
Save
class
GameSave
(
val
totalSeconds
:
Long
,
val
endingsReached
:
List
<
Ending
>
)
Provides a game save with
totalSeconds
and list of
endingsReached
.
Members
Constructors
Game
Save
Link copied to clipboard
constructor
(
totalSeconds
:
Long
,
endingsReached
:
List
<
Ending
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
endings
Reached
Link copied to clipboard
val
endingsReached
:
List
<
Ending
>
total
Seconds
Link copied to clipboard
val
totalSeconds
:
Long
version
Link copied to clipboard
val
version
:
String
Get the version of this
GameSave
.