UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

11 lines 433 B
export declare enum ActiveSlot { /** The main slot for active items, in the top-left-hand corner. */ PRIMARY = 0, /** The Schoolbag slot, to the top-left of the active item. */ SECONDARY = 1, /** The permanent card/pill slot. Several Tainted characters use this slot. */ POCKET = 2, /** A single use card/pill slot. Used by Dice Bag. */ POCKET_SINGLE_USE = 3 } //# sourceMappingURL=ActiveSlot.d.ts.map