UNPKG

@zerospacegg/iolin

Version:

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

13 lines 428 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 "../../grell-classes.js"; export declare class Vynthra extends GrellHeroUnit { uuid: string; static src: string; readonly name: string; constructor(); } export default Vynthra; //# sourceMappingURL=vynthra.d.ts.map