Variable TradeoffPerksConst

TradeoffPerks: Readonly<{
    [key in TradeoffPerk]: Readonly<Perk>
}> = ...

Constant

TradeoffPerks - A map of the value in the TradeoffPerk enum to the Perk Config for that perk

Generated using TypeDoc