SiliconGhetto Engine API
    Preparing search index...

    Interface InventorySlot

    A single inventory slot containing an item type and count.

    interface InventorySlot {
        type: number;
        count: number;
    }
    Index

    Properties

    Properties

    type: number
    count: number