UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

13 lines 328 B
/** * Tenebris 1v1 Map * Ported from tenebris_1v1.pkl */ import { Map1v1 } from "../../../engine/map.js"; export declare class TenebrisMap extends Map1v1 { uuid: string; static src: string; readonly name = "Tenebris 1v1"; constructor(); } export default TenebrisMap; //# sourceMappingURL=tenebris-1v1.d.ts.map