UNPKG

@zerospacegg/iolin

Version:

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

12 lines 387 B
/** * Vynthra - Grell Coop Commander * Bio-symbiotic commander with PKL-accurate abilities and topbar system */ import { CoopCommanderUnit } from "../../../engine/unit.js"; export declare class VynthraCoop extends CoopCommanderUnit { static src: string; get infuseCost(): number; constructor(); } export default VynthraCoop; //# sourceMappingURL=vynthra-commander.d.ts.map