UNPKG

@zerospacegg/iolin

Version:

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

13 lines 457 B
/** * Protectorate Scouting Drone - Fast aerial reconnaissance drone * Early warning and battlefield intelligence unit */ import { ProtectorateSpecialUnit } from "../../../../defaults/protectorate.js"; export declare class ProtScoutDrone extends ProtectorateSpecialUnit { uuid: string; static src: string; get infuseCost(): number | undefined; constructor(); } export default ProtScoutDrone; //# sourceMappingURL=prot-scout-drone.d.ts.map