UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

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