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

8 lines
115 B
JavaScript

export const gameTerms = Object.preventExtensions({
FatePath: [
`North`,
`East`,
`South`,
`West`,
],
});