UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

6 lines 211 B
/** This is used by the `POST_AMBUSH_STARTED` and `POST_AMBUSH_FINISHED` custom callbacks. */ export declare enum AmbushType { CHALLENGE_ROOM = 0, BOSS_RUSH = 1 } //# sourceMappingURL=AmbushType.d.ts.map