UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

14 lines (12 loc) 252 B
export 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, }