UNPKG

@zerospacegg/iolin

Version:

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

13 lines 543 B
/** * Tech Hero - Technological integration specialist with companion bonding and energy manipulation * The pinnacle of Protectorate technological integration - a specialist who has transcended * traditional boundaries between human intuition and artificial enhancement. */ import { ProtectorateHeroUnit } from "../../../../defaults/protectorate.js"; export declare class TechHero extends ProtectorateHeroUnit { uuid: string; static src: string; constructor(); } export default TechHero; //# sourceMappingURL=tech-hero.d.ts.map