Commit to Deno project.

This commit is contained in:
2021-04-28 16:55:22 -07:00
parent 2b1f9ffba1
commit c1935e58be
12 changed files with 104 additions and 43 deletions

3
data/rooms.ts Normal file
View File

@ -0,0 +1,3 @@
export const hall = {
items: [{ name: "flashlight", description: "There is a flashlight." }],
};