ripcrypt/module/gameTerms.mjs
2024-12-10 23:33:29 -07:00

6 lines
93 B
JavaScript

export const FatePath = {
NORTH: `North`,
EAST: `East`,
SOUTH: `South`,
WEST: `West`,
};