Interface BattleApproachEvent

interface BattleApproachEvent {
    channel: number;
    duration: number;
    startedAt: number;
    type: Approach;
}

Hierarchy (view full)

Properties

channel: number
duration: number
startedAt: number
type: Approach