Interface ChestDefinition

interface ChestDefinition {
    countsTowardTotal?: boolean;
    gold?: number;
    itemID?: string;
    mapImagePath: string;
    panelImagePath: string;
    slotImagePath: string;
}

Hierarchy (view full)

Properties

countsTowardTotal?: boolean
gold?: number
itemID?: string
mapImagePath: string
panelImagePath: string
slotImagePath: string