UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 347 B
import { PlayerType } from "isaac-typescript-definitions"; /** * The set of characters where soul hearts will be automatically stripped away (e.g. Bethany). This * includes The Lost and Tainted Lost. */ export declare const CHARACTERS_WITH_NO_SOUL_HEARTS_SET: ReadonlySet<PlayerType>; //# sourceMappingURL=charactersWithNoSoulHeartsSet.d.ts.map