Interface BattleLevelUpEvent

interface BattleLevelUpEvent {
    amount: number;
    channel: number;
    duration: number;
    startedAt: number;
    type: LevelUp;
    username: string;
}

Hierarchy (view full)

Properties

amount: number
channel: number
duration: number
startedAt: number
type: LevelUp
username: string