Interface AsteroidCracked

Written when the player has broken up a "Motherlode" asteroid for mining.

interface AsteroidCracked {
    Body: string;
    event: "AsteroidCracked";
    timestamp: string;
}

Hierarchy (view full)

Properties

Properties

Body: string

Name of nearest body.

event: "AsteroidCracked"

The type of event.

timestamp: string

The time in GMT, ISO 8601.