ZeroSpace.gg

Marv

Grell Hero Unit

import OriginalMarv from "../../protectorate/hero/marv.js"; class GrellMarv extends OriginalMarv { override uuid: string; static override src = "src/zerospace/faction/grell/hero/grell-marv.ts"; constructor() { super(); this.uuid = "34975810-b4d7-4ecc-95b7-f878f345b00e"; this.faction = "grell"; this.factionName = "Grell"; } } export default GrellMarv;