Add a simple room class to store the context of the scene. ``` { entities: [ { type: "creature" }, { type: "prop" }, ] } ```
Add a simple room class to store the context of the scene.