Interface WeightChanceData

The event and weight data for withWeightChance.

interface WeightChanceData {
    event?: (() => void);
    weight: number;
}

Properties

Properties

event?: (() => void)

The event.

weight: number

The weight to teigger the event.