isaac-typescript-definitions
Version:
TypeScript definitions for The Binding of Isaac: Repentance.
11 lines (10 loc) • 473 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PocketItemSlot = void 0;
var PocketItemSlot;
(function (PocketItemSlot) {
PocketItemSlot[PocketItemSlot["SLOT_1"] = 0] = "SLOT_1";
PocketItemSlot[PocketItemSlot["SLOT_2"] = 1] = "SLOT_2";
PocketItemSlot[PocketItemSlot["SLOT_3"] = 2] = "SLOT_3";
PocketItemSlot[PocketItemSlot["SLOT_4"] = 3] = "SLOT_4";
})(PocketItemSlot || (exports.PocketItemSlot = PocketItemSlot = {}));
;