UNPKG

isaac-typescript-definitions

Version:

TypeScript definitions for The Binding of Isaac: Repentance.

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