UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

13 lines 323 B
export declare enum ControllerIndex { /** * Used for Repentogon, an exe-hack which expands the modding API. * * @see https://repentogon.com/index.html */ NONE = -1, KEYBOARD = 0, CONTROLLER_1 = 1, CONTROLLER_2 = 2, CONTROLLER_3 = 3 } //# sourceMappingURL=ControllerIndex.d.ts.map