@kayahr/ed-journal

    Interface HeatDamage

    When taking damage due to overheating.

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

    Hierarchy (View Summary, Expand)

    Index

    Properties

    Properties

    event: "HeatDamage"

    The type of event.

    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR