UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

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