GameConfiguration

Provides a configuration for a Game.

Inheritors

Properties

Link copied to clipboard
abstract var engine: GameEngine?

Get or set the game engine.

Link copied to clipboard
abstract val gameAdapter: GameAdapter

Get the adapter for the Game.

Link copied to clipboard
abstract val stepTracker: StepTracker

Get StepTracker used to track which Step have been seen.