UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

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