loreHash property

  1. @JsonKey(name: 'loreHash')
int? loreHash
getter/setter pair

Talent nodes can be associated with a piece of Lore, generally rendered in a tooltip. This is the hash identifier of the lore element to show, if there is one to be show.

Implementation

@JsonKey(name:'loreHash')
int? loreHash;