UNPKG

isaacscript-common

Version:

Helper functions and features for IsaacScript mods.

13 lines 443 B
import { DoorSlot } from "isaac-typescript-definitions"; export declare const OPPOSITE_DOOR_SLOTS: { readonly [-1]: undefined; readonly 0: DoorSlot.RIGHT_0; readonly 1: DoorSlot.DOWN_0; readonly 2: DoorSlot.LEFT_0; readonly 3: DoorSlot.UP_0; readonly 4: DoorSlot.RIGHT_1; readonly 5: DoorSlot.DOWN_1; readonly 6: DoorSlot.LEFT_1; readonly 7: DoorSlot.UP_1; }; //# sourceMappingURL=oppositeDoorSlots.d.ts.map