@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 325 B
TypeScript
/**
* 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;
constructor();
}
export default LostExpeditionMap;
//# sourceMappingURL=lost-expedition-2v2.d.ts.map