Command

fun interface Command

Provides a contract for in game commands.

Inheritors

Functions

Link copied to clipboard
abstract fun invoke(game: Game): Reaction

Invoke the Command on the game to obtain a Reaction.