UNPKG

arx-level-generator

Version:
14 lines 299 B
export class Lights extends Array { toArxData() { const arxLights = this.map((light) => { return light.toArxLight(); }); return { lights: arxLights, }; } empty() { this.length = 0; } } //# sourceMappingURL=Lights.js.map