Interface MaterialCollected

Written whenever materials are collected.

interface MaterialCollected {
    Category: string;
    Count: number;
    Name: string;
    Name_Localised?: string;
    event: "MaterialCollected";
    timestamp: string;
}

Hierarchy (view full)

Properties

Category: string

Type of material.

Count: number

Number of units collected.

Name: string

Name of material.

Name_Localised?: string
event: "MaterialCollected"

The type of event.

timestamp: string

The time in GMT, ISO 8601.