Parse Rooms and added proper room JSON

This commit is contained in:
Timothy O'Barr
2026-08-18 11:59:09 -05:00
parent 455e54b557
commit db2cb3aeea
6 changed files with 63 additions and 79 deletions
-1
View File
@@ -24,7 +24,6 @@ private:
std::string name;
std::string description;
std::vector<Exit> exits;
std::vector<std::unique_ptr<Object>> objects;
public:
Room();