Interface UnderAttack

Written when under fire (same time as the Under Attack voice message).

interface UnderAttack {
    Target?: "Fighter" | "Mothership" | "You";
    event: "UnderAttack";
    timestamp: string;
}

Hierarchy (view full)

Properties

Target?: "Fighter" | "Mothership" | "You"
event: "UnderAttack"

The type of event.

timestamp: string

The time in GMT, ISO 8601.