UNPKG

@zerospacegg/iolin

Version:

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

12 lines 325 B
/** * Coastal Outpost 1v1 Map * Ported from coastal_outpost_1v1.pkl */ import { Map1v1 } from "../../../engine/map.js"; export declare class CoastalOutpostMap extends Map1v1 { uuid: string; static src: string; constructor(); } export default CoastalOutpostMap; //# sourceMappingURL=coastal-outpost-1v1.d.ts.map