@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
13 lines • 432 B
TypeScript
/**
* Grell Extractor - Grell flux gathering building
* Basic resource extraction structure that inherits from base extractor
*/
import { GrellExtractorBuilding } from "../../grell-classes.js";
export declare class GrellExtractor extends GrellExtractorBuilding {
uuid: string;
static src: string;
readonly name: string;
constructor();
}
export default GrellExtractor;
//# sourceMappingURL=grell-extractor.d.ts.map