Variable StandardPerksConst

StandardPerks: Readonly<{
    [key in StandardPerk]: Readonly<Perk>
}> = ...

Constant

StandardPerks - A map of a value in the StandardPerk enum to the Perk Config for that perk

Generated using TypeDoc