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

@ -2,7 +2,6 @@ export * from "./rooms.ts";
export interface Item {
name: string;
description: string;
}
export interface GameData {