hidden property
Whether or not the talent node is actually visible in the game's UI. Whether you want to show it in your own UI is up to you! I'm not gonna tell you who to sock it to.
Implementation
@JsonKey(name:'hidden')
bool? hidden;
Whether or not the talent node is actually visible in the game's UI. Whether you want to show it in your own UI is up to you! I'm not gonna tell you who to sock it to.
@JsonKey(name:'hidden')
bool? hidden;