Interface HeatDamage

When taking damage due to overheating.

interface HeatDamage {
    event: "HeatDamage";
    timestamp: string;
}

Hierarchy (view full)

Properties

Properties

event: "HeatDamage"

The type of event.

timestamp: string

The time in GMT, ISO 8601.