UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 259 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplayPit extends Feature { textCallback: (pit: GridEntityPit) => string; constructor(); private readonly postPitRender; } //# sourceMappingURL=DebugDisplayPit.d.ts.map