Interface MaterialCollected

Written whenever materials are collected.

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

Hierarchy (View Summary)

Properties

Category: string

Type of material.

Count: number

Number of units collected.

event: "MaterialCollected"

The type of event.

Name: string

Name of material.

Name_Localised?: string
timestamp: string

The time in GMT, ISO 8601.