Interface BattleDropEvent

interface BattleDropEvent {
    channel: number;
    duration: number;
    startedAt: number;
    type: Drop;
    username: string;
}

Hierarchy (view full)

Properties

channel: number
duration: number
startedAt: number
type: Drop
username: string