Package-level declarations

Types

Link copied to clipboard
class GameSave(val totalSeconds: Long, val endingsReached: List<Ending>)

Provides a game save with totalSeconds and list of endingsReached.

Link copied to clipboard

Provides an object for parsing a GameSave to and from JSON.

Link copied to clipboard

Provides a serializer for GameSave objects.