UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

9 lines 411 B
import type { GridEntityType } from "isaac-typescript-definitions"; export declare const GridEntityTypeCustom: { /** * We arbitrarily choose 1000 as to not conflict with end-user mods. (The expectation is that * end-user mods will begin their enums with values of 0 and increment upwards.) */ readonly TRAPDOOR_CUSTOM: GridEntityType; }; //# sourceMappingURL=GridEntityTypeCustom.d.ts.map