UNPKG

@zerospacegg/iolin

Version:

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

12 lines 413 B
/** * Harbinger - Grell flying artillery unit with bio-chemical warfare capabilities * Heavy armor, acidic attacks, and devastating area-effect eruption ability */ import { GrellArmyUnit } from "../../../../defaults/grell.js"; export declare class Harbinger extends GrellArmyUnit { uuid: string; static src: string; constructor(); } export default Harbinger; //# sourceMappingURL=harbinger.d.ts.map