UNPKG

@zerospacegg/iolin

Version:

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

12 lines 408 B
/** * Vynthra - Grell Hero * Can slow and damage enemy units with Deadly Vines, Deep Burrow itself to biomass, or Consume itself of friendly units to gain buffs. */ import { GrellHeroUnit } from "../../../../defaults/grell.js"; export declare class Vynthra extends GrellHeroUnit { uuid: string; static src: string; constructor(); } export default Vynthra; //# sourceMappingURL=vynthra.d.ts.map