UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

12 lines (11 loc) 494 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Dimension = void 0; var Dimension; (function (Dimension) { Dimension[Dimension["CURRENT"] = -1] = "CURRENT"; Dimension[Dimension["MAIN"] = 0] = "MAIN"; /** Used by the mirror sequence and the escape sequence. */ Dimension[Dimension["SECONDARY"] = 1] = "SECONDARY"; Dimension[Dimension["DEATH_CERTIFICATE"] = 2] = "DEATH_CERTIFICATE"; })(Dimension || (exports.Dimension = Dimension = {}));