UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

9 lines 456 B
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import { shouldFirePlayer } from "../../shouldFire"; import { CustomCallback } from "../private/CustomCallback"; export declare class EntityTakeDmgPlayer extends CustomCallback<ModCallbackCustom.ENTITY_TAKE_DMG_PLAYER> { constructor(); protected shouldFire: typeof shouldFirePlayer; private readonly entityTakeDmgPlayer; } //# sourceMappingURL=EntityTakeDmgPlayer.d.ts.map