ZSGG Public Library
Metal March
Co-op Mission
import { CoopMission } from "../../../engine/mission.js";
class TugOfWar extends CoopMission {
static override src = "src/zerospace/coop/mission/tug-of-war.ts";
constructor() {
super();
this.uuid = "efde2a0d-c2b6-4468-937e-d79483493286";
this.name = "Metal March";
this.shortName = "Metal March";
this.description = "";
}
}
export default TugOfWar;