UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

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