isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
8 lines • 459 B
TypeScript
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom";
import { shouldFireCollectibleType } from "../../shouldFire";
import { CustomCallback } from "../private/CustomCallback";
export declare class PostPlayerCollectibleRemoved extends CustomCallback<ModCallbackCustom.POST_PLAYER_COLLECTIBLE_REMOVED> {
constructor();
protected shouldFire: typeof shouldFireCollectibleType;
}
//# sourceMappingURL=PostPlayerCollectibleRemoved.d.ts.map