GameExecutionResult

data class GameExecutionResult(val reachedEnding: Boolean, val ending: Ending, val gameSave: GameSave)

Provides a result of the execution of a Game.

Constructors

Link copied to clipboard
constructor(reachedEnding: Boolean, ending: Ending, gameSave: GameSave)

Types

Link copied to clipboard
object Companion

Properties

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