UNPKG

@zerospacegg/iolin

Version:

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

13 lines 368 B
/** * Lost Expedition 2v2 Map * Ported from lost_expedition_2v2.pkl */ import { Map2v2 } from "../../../engine/map.js"; export declare class LostExpeditionMap extends Map2v2 { uuid: string; static src: string; readonly name = "Lost Expedition 2v2"; constructor(); } export default LostExpeditionMap; //# sourceMappingURL=lost-expedition-2v2.d.ts.map