UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 265 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplayKnife extends Feature { textCallback: (knife: EntityKnife) => string; constructor(); private readonly postKnifeRender; } //# sourceMappingURL=DebugDisplayKnife.d.ts.map