ActionProcessor

interface ActionProcessor

An ActionProcessor processes an Action and returns a List of Events that are generated by the action.

Functions

Link copied to clipboard
abstract fun process(action: Action, game: Game): List<Event>

Processes an Action and returns a List of Events that are generated by the action.