UNPKG

@zerospacegg/iolin

Version:

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

13 lines 437 B
/** * Cyclops - Heavy mech with advanced charging beam weapon system * Precision targeting unit with charge-up attack mechanics */ import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js"; export declare class Cyclops extends ProtectorateArmyUnit { uuid: string; static src: string; get infuseCost(): number | undefined; constructor(); } export default Cyclops; //# sourceMappingURL=cyclops.d.ts.map