interface DamageRange {
    max: number;
    min: number;
    type: DamageType;
}

Properties

Properties

max: number
min: number