@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 427 B
TypeScript
/**
* Grell Harvester - Economic unit that generates biomass and spawns cultivators
* Essential for Grell economy and forward positioning strategies
*/
import { GrellHarvesterUnit } from "../../../../defaults/grell.js";
export declare class GrellHarvester extends GrellHarvesterUnit {
uuid: string;
static src: string;
constructor();
}
export default GrellHarvester;
//# sourceMappingURL=grell-harvester.d.ts.map