UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

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