UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

9 lines 362 B
import type { TrinketType } from "isaac-typescript-definitions"; /** This is used by the `temporarilyRemoveTrinkets` and related helper functions. */ export interface TrinketSituation { trinketTypeRemoved: TrinketType; trinketType1: TrinketType; trinketType2: TrinketType; numSmeltedTrinkets: int; } //# sourceMappingURL=TrinketSituation.d.ts.map