Expand description
A submodule providing ironman token declarations.
Structs§
- Token
Translator - A struct that translates tokens to strings Essentially a wrapper around a static map that is generated at build time.
Constants§
- TOKEN_
TRANSLATOR - A static instance of the token translator.
This is used to resolve tokens in the game data on runtime.
If the
tokens
feature is not enabled, this will be a no-op.