UNPKG

arx-level-generator

Version:
8 lines (7 loc) 190 B
import { Light } from './Light.js'; export declare class Lights extends Array<Light> { toArxData(): { lights: import("arx-convert/types").ArxLight[]; }; empty(): void; }