Property AbilityGainTable
AbilityGainTable
Gets a list containing the ability score progression granted by this class (e.g. Dragon Disciple).
The list is 0-indexed, with level 1 starting at element 0.
public IReadOnlyList<ClassAbilityGainList> AbilityGainTable { get; }