UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

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