UNPKG

@zerospacegg/iolin

Version:

Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)

11 lines 370 B
/** * Mera - Protectorate Coop Commander * Frontline cooperative commander with progressive leveling and advanced topbar abilities */ import { CoopCommanderUnit } from "../../../engine/unit.js"; export declare class MeraCoop extends CoopCommanderUnit { static src: string; constructor(); } export default MeraCoop; //# sourceMappingURL=mera-commander.d.ts.map