UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

11 lines (10 loc) 478 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BrokenWatchState = void 0; /** Used by the `Room.SetBrokenWatchState` method. */ var BrokenWatchState; (function (BrokenWatchState) { BrokenWatchState[BrokenWatchState["NONE"] = 0] = "NONE"; BrokenWatchState[BrokenWatchState["SLOW"] = 1] = "SLOW"; BrokenWatchState[BrokenWatchState["FAST"] = 2] = "FAST"; })(BrokenWatchState || (exports.BrokenWatchState = BrokenWatchState = {}));