UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

7 lines 378 B
import { GridEntityType, GridEntityXMLType } from "isaac-typescript-definitions"; /** * This maps the GridEntityXMLType (i.e. the type contained in the room XML/STB file) to the * GridEntityType and the variant used by the game. */ export declare const GRID_ENTITY_XML_MAP: ReadonlyMap<GridEntityXMLType, [GridEntityType, int]>; //# sourceMappingURL=gridEntityXMLMap.d.ts.map