UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

10 lines 258 B
/** This is used in the various pocket item helper functions. */ export declare enum PocketItemType { EMPTY = 0, CARD = 1, PILL = 2, ACTIVE_ITEM = 3, DICE_BAG_DICE = 4, UNDETERMINABLE = 5 } //# sourceMappingURL=PocketItemType.d.ts.map