@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 454 B
TypeScript
/**
* Protectorate Harvester - Mera Commander Unit
* Clean inheritance from faction ProtHarvester with all properties and abilities
*/
import { ProtHarvester } from "../../../../faction/protectorate/unit/prot-harvester.js";
export declare class CoopProtHarvester extends ProtHarvester {
static src: string;
readonly maxOwned: number;
constructor();
}
export default CoopProtHarvester;
//# sourceMappingURL=coop-mera-prot-harvester.d.ts.map