UNPKG

arx-level-generator

Version:
10 lines 237 B
import { Entity } from '../../Entity.js'; export class Cube extends Entity { constructor(props = {}) { super({ src: 'fix_inter/polytrans', ...props, }); } } //# sourceMappingURL=Cube.js.map