ZSGG Public Library
Extractor
Protectorate T0 Extractor Building
import { ProtectorateExtractorBuilding } from "../../../../defaults/protectorate.js";
export class ProtExtractor extends ProtectorateExtractorBuilding {
override uuid: string;
static override src = "src/zerospace/faction/protectorate/building/prot-extractor.ts";
constructor() {
super();
this.name = "Extractor";
this.uuid = "e05b1433-8866-4b78-908f-a3fcf860db94";
this.createdBy = ["faction/protectorate/building/operating-tower"];
}
}
export default ProtExtractor;