UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

17 lines 456 B
/** * This is an enum for the third-party Mod Config Menu mod, which provides a menu and is often * utilized by other mods. * * @see https://steamcommunity.com/sharedfiles/filedetails/?id=2681875787 */ export declare enum ModConfigMenuOptionType { TEXT = 1, SPACE = 2, SCROLL = 3, BOOLEAN = 4, NUMBER = 5, KEY_BIND_KEYBOARD = 6, KEY_BIND_CONTROLLER = 7, TITLE = 8 } //# sourceMappingURL=ModConfigMenuOptionType.d.ts.map