UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

16 lines 582 B
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import { shouldFireTear } from "../../shouldFire"; import { CustomCallback } from "../private/CustomCallback"; export declare class PostTearKill extends CustomCallback<ModCallbackCustom.POST_TEAR_KILL> { v: { room: { firedSet: Set<PtrHash>; }; }; constructor(); protected shouldFire: typeof shouldFireTear; private readonly postTearUpdate; private readonly preTearCollision; private readonly postEntityRemove; } //# sourceMappingURL=PostTearKill.d.ts.map