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