Variable UltimatePerksConst

UltimatePerks: Readonly<{
    [key in UltimatePerk]: Readonly<Perk>
}> = ...

Constant

UltimatePerks - A map of the value in the UltimatePerk enum to the Perk config for that perk

Generated using TypeDoc