UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 279 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplayPlayer extends Feature { textCallback: (player: EntityPlayer) => string; constructor(); private readonly postPlayerRenderReordered; } //# sourceMappingURL=DebugDisplayPlayer.d.ts.map