UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 265 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplayLaser extends Feature { textCallback: (laser: EntityLaser) => string; constructor(); private readonly postLaserRender; } //# sourceMappingURL=DebugDisplayLaser.d.ts.map