UNPKG

@zerospacegg/iolin

Version:

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

13 lines 368 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; readonly name = "Coastal Outpost 1v1"; constructor(); } export default CoastalOutpostMap; //# sourceMappingURL=coastal-outpost-1v1.d.ts.map