Interface BattleAmbushEvent

interface BattleAmbushEvent {
    channel: number;
    duration: number;
    startedAt: number;
    teamIndex: 0 | 1;
    type: Ambush;
}

Hierarchy (view full)

Properties

channel: number
duration: number
startedAt: number
teamIndex: 0 | 1
type: Ambush