CustomAction

typealias CustomAction = (game: Game, arguments: List<String>) -> Reaction

Provides a lambda signature for a custom command to obtain a Reaction. The callback is invoked against a game with the specified arguments.