Interface CombatInstakillEvent

interface CombatInstakillEvent {
    abilityID: string;
    channel: number;
    duration: number;
    startedAt: number;
    target: CombatInstakillEventTarget;
    type: Instakill;
}

Hierarchy (view full)

Properties

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