UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

8 lines (7 loc) 97 B
export enum ItemType { NULL = 0, PASSIVE = 1, TRINKET = 2, ACTIVE = 3, FAMILIAR = 4, }