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