UNPKG

@zerospacegg/iolin

Version:

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

16 lines 461 B
/** * DrillBot - Jungle AI Campaign Unit * Heavy armored mechanical unit that attacks while moving */ import { JungleAIUnit } from "../../../../defaults/jungle-ai.js"; import { Attack } from "../../../../engine/ability.js"; export declare class DrillBot extends JungleAIUnit { uuid: string; static src: string; readonly attacks: { attack: Attack; }; constructor(); } export default DrillBot; //# sourceMappingURL=drillbot.d.ts.map