UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

9 lines 456 B
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import { shouldFireKnife } from "../../shouldFire"; import { CustomCallback } from "../private/CustomCallback"; export declare class PostKnifeRenderFilter extends CustomCallback<ModCallbackCustom.POST_KNIFE_RENDER_FILTER> { constructor(); protected shouldFire: typeof shouldFireKnife; private readonly postKnifeRender; } //# sourceMappingURL=PostKnifeRenderFilter.d.ts.map