UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

10 lines 521 B
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import type { FireArgs, OptionalArgs } from "../private/CustomCallback"; import { CustomCallback } from "../private/CustomCallback"; type T = ModCallbackCustom.POST_GRID_ENTITY_CUSTOM_REMOVE; export declare class PostGridEntityCustomRemove extends CustomCallback<T> { constructor(); protected shouldFire: (fireArgs: FireArgs<T>, optionalArgs: OptionalArgs<T>) => boolean; } export {}; //# sourceMappingURL=PostGridEntityCustomRemove.d.ts.map