UNPKG

@zerospacegg/iolin

Version:

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

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