ZSGG Public Library
Airstrip
Protectorate Co-Op T4 Ultimate Building
import Airstrip from "../../../../faction/protectorate/building/airstrip.js";
export class CoopAirstrip extends Airstrip {
static override src = "src/zerospace/coop/commander/aster/building/coop-aster-airstrip.ts";
constructor() {
super();
this.setVariantUUID("coop-aster");
this.unlockedBy = [
];
this.createdBy = ["coop/commander/aster/unit/coop-aster-prot-build-drone"];
this.unlocks = [];
}
}
export default CoopAirstrip;