ZeroSpace.gg

Mera

Grell Hero Unit

import OriginalMera from "../../protectorate/hero/mera.js"; class GrellMera extends OriginalMera { override uuid: string; static override src = "src/zerospace/faction/grell/hero/grell-mera.ts"; constructor() { super(); this.uuid = "b6143673-7911-43c0-91c1-9b7a3b10bf4a"; this.faction = "grell"; this.factionName = "Grell"; this.internalId = undefined; this.internalPath = undefined; } } export default GrellMera;