@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 305 B
TypeScript
/**
* Echis Point 2v2 Map
* Ported from echis_point_2v2.pkl
*/
import { Map2v2 } from "../../../engine/map.js";
export declare class EchisPointMap extends Map2v2 {
uuid: string;
static src: string;
constructor();
}
export default EchisPointMap;
//# sourceMappingURL=echis-point-2v2.d.ts.map