1234567 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.SLayerItem = void 0;
- const SFloorItem_1 = require("./floor/SFloorItem");
- class SLayerItem extends SFloorItem_1.SFloorItem {
- }
- exports.SLayerItem = SLayerItem;
|