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