Interface BattleInstakillEvent

interface BattleInstakillEvent {
    abilityID: string;
    channel: number;
    duration: number;
    startedAt: number;
    target: BattleInstakillEventTarget;
    type: Instakill;
}

Hierarchy (view full)

Properties

abilityID: string
channel: number
duration: number
startedAt: number
type: Instakill