UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 260 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplayBomb extends Feature { textCallback: (bomb: EntityBomb) => string; constructor(); private readonly postBombRender; } //# sourceMappingURL=DebugDisplayBomb.d.ts.map