Interface RawRarity

interface RawRarity {
    animation: string;
    color: string;
    exp: number;
    wait: number;
}

Implemented by

Properties

Properties

animation: string
color: string
exp: number
wait: number