ZSGG Public Library
Commando
Protectorate Co-Op T1 Army Unit
import Commando from "../../../../faction/protectorate/unit/commando.js";
export class CoopCommando extends Commando {
static override src = "src/zerospace/coop/commander/aster/unit/coop-aster-commando.ts";
constructor() {
super();
this.internalId = undefined;
this.internalPath = undefined;
this.setVariantUUID("coop-aster");
this.unlockedBy = [
"coop/commander/aster/building/coop-aster-prot-barracks",
];
this.createdBy = ["coop/commander/aster/building/coop-aster-prot-barracks"];
this.upgradedBy = ["coop/commander/aster/building/coop-aster-research-lab"];
}
}
export default CoopCommando;