pub const TOKEN_TRANSLATOR: TokenTranslator;
Expand description
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.
pub const TOKEN_TRANSLATOR: TokenTranslator;
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.