isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
7 lines • 400 B
TypeScript
import { PlayerType } from "isaac-typescript-definitions";
/**
* The set of characters where red heart containers will be turned into soul hearts (e.g. Blue
* Baby). This includes The Lost and Tainted Lost. This does not include Keeper or Tainted Keeper.
*/
export declare const CHARACTERS_WITH_NO_RED_HEARTS_SET: ReadonlySet<PlayerType>;
//# sourceMappingURL=charactersWithNoRedHeartsSet.d.ts.map