ZSGG Public Library
Cultivator
Grell Co-Op T0 Special Building
import Cultivator from "../../../../faction/grell/building/cultivator.js";
export class CoopCultivator extends Cultivator {
static override src = "src/zerospace/coop/commander/vynthra/building/coop-vynthra-cultivator.ts";
constructor() {
super();
this.setVariantUUID("coop-vynthra");
this.unlockedBy = ["coop/commander/vynthra/building/coop-vynthra-bloomwell"];
this.createdBy = [
"coop/commander/vynthra/unit/coop-vynthra-seedling",
"coop/commander/vynthra/unit/coop-vynthra-gatherer",
];
}
}
export default CoopCultivator;