UNPKG

@zerospacegg/iolin

Version:

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

13 lines 480 B
/** * Marran Merc Outpost - Mobile defensive command center for Marran faction * Creates all four Marran units and embodies their mobile fortress philosophy */ import { MarranMercOutpost } from "../../marran-classes.js"; export declare class MarranMercOutpostBuilding extends MarranMercOutpost { uuid: string; static src: string; readonly name: string; constructor(); } export default MarranMercOutpostBuilding; //# sourceMappingURL=marran-merc-outpost.d.ts.map