CustomCommandsMap typedef

CustomCommandsMap = Map<String, EventCallback<WorldContext>>

The type of a custom commands map.

Implementation

typedef CustomCommandsMap = Map<String, EventCallback<WorldContext>>;