UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

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