UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

8 lines 403 B
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import { shouldFireSlot } from "../../shouldFire"; import { CustomCallback } from "../private/CustomCallback"; export declare class PostSlotDestroyed extends CustomCallback<ModCallbackCustom.POST_SLOT_DESTROYED> { constructor(); protected shouldFire: typeof shouldFireSlot; } //# sourceMappingURL=PostSlotDestroyed.d.ts.map