Interface covenantClassAbility

interface covenantClassAbility {
    id: number;
    playable_class: refStruct;
    spell_tooltip: spellTooltip;
}

Properties

id: number
playable_class: refStruct
spell_tooltip: spellTooltip