UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

10 lines (9 loc) 395 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TrapdoorAnimation = void 0; var TrapdoorAnimation; (function (TrapdoorAnimation) { TrapdoorAnimation["OPENED"] = "Opened"; TrapdoorAnimation["CLOSED"] = "Closed"; TrapdoorAnimation["OPEN_ANIMATION"] = "Open Animation"; })(TrapdoorAnimation || (exports.TrapdoorAnimation = TrapdoorAnimation = {}));