UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

8 lines 220 B
/** This is used by the `getRoomShapeCorners` helper function. */ export declare enum CornerType { TOP_LEFT = 0, TOP_RIGHT = 1, BOTTOM_LEFT = 2, BOTTOM_RIGHT = 3 } //# sourceMappingURL=CornerType.d.ts.map