UNPKG

@zerospacegg/iolin

Version:

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

11 lines 423 B
/** * Grell Harvester - Vynthra Commander Unit * Clean inheritance from faction Grell Harvester with all properties and abilities */ import { GrellHarvester } from "../../../../faction/grell/unit/grell-harvester.js"; export declare class CoopGrellHarvester extends GrellHarvester { static src: string; constructor(); } export default CoopGrellHarvester; //# sourceMappingURL=coop-vynthra-grell-harvester.d.ts.map