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