Interface BoostDefinition

interface BoostDefinition {
    amount: number;
    stat: Stat;
}

Properties

Properties

amount: number
stat: Stat