Created Container parent class. Introduced soem fancy bugs.

This commit is contained in:
2021-05-02 14:44:59 -07:00
parent fbf841b551
commit 8d854945e1
6 changed files with 43 additions and 31 deletions

View File

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