Package-level declarations

Types

Link copied to clipboard
interface Action

An Action changes the game state.

Link copied to clipboard
interface ActionProcessor

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