UNPKG

@zerospacegg/iolin

Version:

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

16 lines 446 B
/** * Ravager - Jungle AI Campaign Unit * Light mechanized infantry with fast movement */ import { JungleAIUnit } from "../../../../defaults/jungle-ai.js"; import { Attack } from "../../../../engine/ability.js"; export declare class Ravager extends JungleAIUnit { uuid: string; static src: string; readonly attacks: { attack: Attack; }; constructor(); } export default Ravager; //# sourceMappingURL=ravager.d.ts.map