UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

9 lines 450 B
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import { shouldFireEntity } from "../../shouldFire"; import { CustomCallback } from "../private/CustomCallback"; export declare class EntityTakeDmgFilter extends CustomCallback<ModCallbackCustom.ENTITY_TAKE_DMG_FILTER> { constructor(); protected shouldFire: typeof shouldFireEntity; private readonly entityTakeDmg; } //# sourceMappingURL=EntityTakeDmgFilter.d.ts.map