UNPKG

arx-level-generator

Version:
10 lines 235 B
import { Entity } from '../../Entity.js'; export class Marker extends Entity { constructor(props = {}) { super({ src: 'system/marker', ...props, }); } } //# sourceMappingURL=Marker.js.map