@ianlucas/cs2-lib
    Preparing search index...

    Interface CS2InventoryDrop

    interface CS2InventoryDrop {
        id: number;
        reason: CS2InventoryDropReason;
        storageUid?: number;
        uid: number;
    }
    Index
    id: number
    storageUid?: number
    uid: number