UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

4 lines 294 B
import { GridEntityType } from "isaac-typescript-definitions"; /** Not every grid entity can be broken. Thus use a map to represent this. */ export declare const GRID_ENTITY_TYPE_TO_BROKEN_STATE_MAP: ReadonlyMap<GridEntityType, int>; //# sourceMappingURL=gridEntityTypeToBrokenStateMap.d.ts.map