UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

10 lines 493 B
import { ModCallbackCustom } from "../../enums/ModCallbackCustom"; import { shouldFirePlayer } from "../../shouldFire"; import { CustomCallback } from "../private/CustomCallback"; export declare class PostPlayerInitFirst extends CustomCallback<ModCallbackCustom.POST_PLAYER_INIT_FIRST> { constructor(); protected shouldFire: typeof shouldFirePlayer; private readonly postNewRoomReordered; private readonly postPlayerInitLate; } //# sourceMappingURL=PostPlayerInitFirst.d.ts.map