bungie-net-core
Version:
An easy way to interact with the Bungie.net API
17 lines (16 loc) • 399 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.DestinyCollectibleState = void 0;
const DestinyCollectibleState = {
None: 0,
NotAcquired: 1,
Obscured: 2,
Invisible: 4,
CannotAffordMaterialRequirements: 8,
InventorySpaceUnavailable: 16,
UniquenessViolation: 32,
PurchaseDisabled: 64
};
exports.DestinyCollectibleState = DestinyCollectibleState;