UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

12 lines 417 B
import type { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import { CustomCallback } from "../private/CustomCallback"; export declare class PostGreedModeWave extends CustomCallback<ModCallbackCustom.POST_GREED_MODE_WAVE> { v: { run: { currentGreedWave: number; }; }; constructor(); private readonly postUpdate; } //# sourceMappingURL=PostGreedModeWave.d.ts.map