isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
7 lines • 309 B
TypeScript
import { Feature } from "../../../private/Feature";
export declare class DebugDisplayPressurePlate extends Feature {
textCallback: (pressurePlate: GridEntityPressurePlate) => string;
constructor();
private readonly postPressurePlateRender;
}
//# sourceMappingURL=DebugDisplayPressurePlate.d.ts.map