ZeroSpace.gg

Labourer

Legion Co-Op T0 Harvester Unit

import { LegionLabourer } from "../../../../faction/legion/unit/legion-labourer.js"; export class CoopGalavaxLegionLabourer extends LegionLabourer { static override src = "src/zerospace/coop/commander/galavax/unit/coop-galavax-legion-labourer.ts"; constructor() { super(); this.uuid = "8fc80cb3-9af4-4d31-865c-3b7c692aae4b"; this.createdBy = ["coop/commander/galavax/building/coop-galavax-garrison-tower"]; this.unlockedBy = ["coop/commander/galavax/building/coop-galavax-garrison-tower"]; } } export default CoopGalavaxLegionLabourer;