UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 270 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplayEffect extends Feature { textCallback: (effect: EntityEffect) => string; constructor(); private readonly postEffectRender; } //# sourceMappingURL=DebugDisplayEffect.d.ts.map