UNPKG

@zerospacegg/iolin

Version:

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

11 lines 427 B
/** * Grell Extractor - Vynthra Commander Building * Clean inheritance from faction Grell Extractor with all properties and abilities */ import GrellExtractor from "../../../../faction/grell/building/grell-extractor.js"; export declare class CoopGrellExtractor extends GrellExtractor { static src: string; constructor(); } export default CoopGrellExtractor; //# sourceMappingURL=coop-vynthra-grell-extractor.d.ts.map