UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 290 B
import { Feature } from "../../../private/Feature"; export declare class DebugDisplayProjectile extends Feature { textCallback: (projectile: EntityProjectile) => string; constructor(); private readonly postProjectileRender; } //# sourceMappingURL=DebugDisplayProjectile.d.ts.map