UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

8 lines (7 loc) 116 B
export enum EntityCollisionClass { NONE = 0, PLAYER_ONLY = 1, PLAYER_OBJECTS = 2, ENEMIES = 3, ALL = 4, }