CustomCommandsMap typedef
The type of a custom commands map.
Implementation
typedef CustomCommandsMap = Map<String, EventCallback<WorldContext>>;
The type of a custom commands map.
typedef CustomCommandsMap = Map<String, EventCallback<WorldContext>>;