UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

10 lines (9 loc) 388 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ExtraHudStyle = void 0; var ExtraHudStyle; (function (ExtraHudStyle) { ExtraHudStyle[ExtraHudStyle["OFF"] = 0] = "OFF"; ExtraHudStyle[ExtraHudStyle["ON"] = 1] = "ON"; ExtraHudStyle[ExtraHudStyle["ON_MINI"] = 2] = "ON_MINI"; })(ExtraHudStyle || (exports.ExtraHudStyle = ExtraHudStyle = {}));