@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 462 B
TypeScript
/**
* Protectorate Harvester - Advanced resource harvester with integrated medical support
* Dual-purpose unit combining resource gathering with healing capabilities
*/
import { ProtectorateHarvesterUnit } from "../../../../defaults/protectorate.js";
export declare class ProtHarvester extends ProtectorateHarvesterUnit {
uuid: string;
static src: string;
constructor();
}
export default ProtHarvester;
//# sourceMappingURL=prot-harvester.d.ts.map