UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

8 lines (7 loc) 149 B
/** This is used by the `getRoomShapeCorners` helper function. */ export enum CornerType { TOP_LEFT, TOP_RIGHT, BOTTOM_LEFT, BOTTOM_RIGHT, }