isaacscript-common
Version:
Helper functions and features for IsaacScript mods.
11 lines (10 loc) • 378 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GridEntityTypeCustom = void 0;
exports.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.)
*/
TRAPDOOR_CUSTOM: 1000,
};