UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

10 lines (7 loc) 160 B
export enum Dimension { CURRENT = -1, MAIN = 0, /** Used by the mirror sequence and the escape sequence. */ SECONDARY = 1, DEATH_CERTIFICATE = 2, }