UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 264 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplayPoop extends Feature { textCallback: (poop: GridEntityPoop) => string; constructor(); private readonly postPoopRender; } //# sourceMappingURL=DebugDisplayPoop.d.ts.map