GameSave

class GameSave(val totalSeconds: Long, val endingsReached: List<Ending>)

Provides a game save with totalSeconds and list of endingsReached.

Constructors

Link copied to clipboard
constructor(totalSeconds: Long, endingsReached: List<Ending>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Get the version of this GameSave.