ZSGG Public Library
Monolith
Legion Co-Op Ultimate Building
import { Monolith } from "../../../../faction/legion/building/monolith.js";
export class CoopGalavaxMonolith extends Monolith {
static override src = "src/zerospace/coop/commander/galavax/building/coop-galavax-monolith.ts";
constructor() {
super();
this.uuid = "0475b9d0-9c4f-4a55-aac7-d0afad92ed4e";
this.unlockedBy = [];
}
}
export default CoopGalavaxMonolith;