perkGroups property

  1. @JsonKey(name: 'perkGroups')
DestinyTalentNodeStepGroups? perkGroups
getter/setter pair

An old holdover from the original Armory, this was an attempt to group perks by functionality. It is as yet unpopulated, and there will be quite a bit of work needed to restore it to its former working order.

Implementation

@JsonKey(name:'perkGroups')
DestinyTalentNodeStepGroups? perkGroups;