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