UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

8 lines (5 loc) 211 B
declare function EntityPtr(this: void, entity: Entity | undefined): EntityPtr; declare interface EntityPtr extends IsaacAPIClass { SetReference: (ref: Entity | undefined) => void; readonly Ref?: Entity; }