Property RemovedKnownSpells
RemovedKnownSpells
Gets a mutable list of known spells removed at this level.
The returned array is indexed by spell level, 0 = cantrips, 1 = level 1 spells, etc.
public IReadOnlyList<IList<NwSpell>> RemovedKnownSpells { get; }