isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
7 lines • 533 B
TypeScript
import type { CustomStage } from "../../../../interfaces/private/CustomStage";
import type { DisableAllSound } from "../DisableAllSound";
import type { Pause } from "../Pause";
import type { RunInNFrames } from "../RunInNFrames";
export declare function playVersusScreenAnimation(customStage: CustomStage, disableAllSound: DisableAllSound, pause: Pause, runInNFrames: RunInNFrames): void;
export declare function versusScreenPostRender(pause: Pause, disableAllSound: DisableAllSound): void;
//# sourceMappingURL=versusScreen.d.ts.map