UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

7 lines (6 loc) 123 B
/** Used by the `Room.SetBrokenWatchState` method. */ export enum BrokenWatchState { NONE = 0, SLOW = 1, FAST = 2, }