UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

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