Object.defineProperty(Room.prototype, 'structures', {
    get(this: Room) {
        return cacheStructures(this).all;
    },
    enumerable: false,