Parse Rooms and added proper room JSON
This commit is contained in:
@@ -24,7 +24,6 @@ private:
|
||||
std::string name;
|
||||
std::string description;
|
||||
std::vector<Exit> exits;
|
||||
std::vector<std::unique_ptr<Object>> objects;
|
||||
|
||||
public:
|
||||
Room();
|
||||
|
||||
Reference in New Issue
Block a user