UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

14 lines 523 B
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import { shouldFireKnife } from "../../shouldFire"; import { CustomCallback } from "../private/CustomCallback"; export declare class PostKnifeInitLate extends CustomCallback<ModCallbackCustom.POST_KNIFE_INIT_LATE> { v: { room: { firedSet: Set<PtrHash>; }; }; constructor(); protected shouldFire: typeof shouldFireKnife; private readonly postKnifeUpdate; } //# sourceMappingURL=PostKnifeInitLate.d.ts.map