UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

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