UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

8 lines (6 loc) 123 B
export enum TrinketSlot { /** The bottom-right trinket. */ SLOT_1 = 0, /** The top-left trinket. */ SLOT_2 = 1, }