UNPKG

@zerospacegg/iolin

Version:

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

11 lines 418 B
/** * Coop Operating Tower - Mera's command center * Main base building that serves as the faction's central command hub */ import OperatingTower from "../../../../faction/protectorate/building/operating-tower.js"; export declare class CoopOperatingTower extends OperatingTower { static src: string; constructor(); } export default CoopOperatingTower; //# sourceMappingURL=coop-mera-operating-tower.d.ts.map