GameBuilder

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun build(): Game
Link copied to clipboard
fun module(startLambda: suspend (coroutineScope: CoroutineScope) -> Unit, stopLambda: suspend (coroutineScope: CoroutineScope) -> Unit): GameBuilder
Link copied to clipboard
fun modules(vararg modules: GameModule): GameBuilder