UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 274 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplaySpikes extends Feature { textCallback: (spikes: GridEntitySpikes) => string; constructor(); private readonly postSpikesRender; } //# sourceMappingURL=DebugDisplaySpikes.d.ts.map