Action<T> typedef

Action<T> = ActionResult<T> Function(EscapeGame escapeGame)

Represents an action, triggered by the player.

Implementation

typedef Action<T> = ActionResult<T> Function(EscapeGame escapeGame);