ZeroSpace.gg

Core

Neutral 1v1 Map

import { Map1v1 } from "../../../engine/map.js"; export class Core extends Map1v1 { override uuid: string; static override src = "src/zerospace/map/1v1/core.ts"; constructor() { super(); this.name = "Core"; this.uuid = "3e8999e7-4d65-43a8-ac9a-dcb9f82cfaea"; this.xpTowers = 4; this.inLadderPool = false; this.description = "4 Towers, 1 Boss"; } } export default Core;