isaac-typescript-definitions
Version:
TypeScript definitions for The Binding of Isaac: Repentance.
19 lines (18 loc) • 913 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.PoopSpellType = void 0;
var PoopSpellType;
(function (PoopSpellType) {
PoopSpellType[PoopSpellType["NONE"] = 0] = "NONE";
PoopSpellType[PoopSpellType["POOP"] = 1] = "POOP";
PoopSpellType[PoopSpellType["CORNY"] = 2] = "CORNY";
PoopSpellType[PoopSpellType["BURNING"] = 3] = "BURNING";
PoopSpellType[PoopSpellType["STONE"] = 4] = "STONE";
PoopSpellType[PoopSpellType["STINKY"] = 5] = "STINKY";
PoopSpellType[PoopSpellType["BLACK"] = 6] = "BLACK";
PoopSpellType[PoopSpellType["HOLY"] = 7] = "HOLY";
PoopSpellType[PoopSpellType["LIQUID"] = 8] = "LIQUID";
PoopSpellType[PoopSpellType["FART"] = 9] = "FART";
PoopSpellType[PoopSpellType["BOMB"] = 10] = "BOMB";
PoopSpellType[PoopSpellType["DIARRHEA"] = 11] = "DIARRHEA";
})(PoopSpellType || (exports.PoopSpellType = PoopSpellType = {}));
;