UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 255 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplayNPC extends Feature { textCallback: (npc: EntityNPC) => string; constructor(); private readonly postNPCRender; } //# sourceMappingURL=DebugDisplayNPC.d.ts.map