UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

9 lines 427 B
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import { shouldFirePoop } from "../../shouldFire"; import { CustomCallback } from "../private/CustomCallback"; export declare class PostPoopRender extends CustomCallback<ModCallbackCustom.POST_POOP_RENDER> { constructor(); protected shouldFire: typeof shouldFirePoop; private readonly postRender; } //# sourceMappingURL=PostPoopRender.d.ts.map