isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
7 lines • 302 B
TypeScript
import { PlayerType } from "isaac-typescript-definitions";
/**
* This is the set of characters that look like The Lost and play the "LostDeath" animation when
* they die.
*/
export declare const LOST_STYLE_CHARACTERS_SET: ReadonlySet<PlayerType>;
//# sourceMappingURL=lostStyleCharactersSet.d.ts.map