UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

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