UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 264 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplayRock extends Feature { textCallback: (rock: GridEntityRock) => string; constructor(); private readonly postRockRender; } //# sourceMappingURL=DebugDisplayRock.d.ts.map