Loom Engine - v3.1.1
    Preparing search index...

    Interface InventorySlot

    interface InventorySlot {
        itemId: string;
        count: number;
    }
    Index

    Properties

    Properties

    itemId: string
    count: number