@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 380 B
TypeScript
/**
* Lasher - Ranged combat unit. Attacks ground and air units.
* Light armor, high mobility, long-range attacks with stealth potential
*/
import { GrellArmyUnit } from "../../../../defaults/grell.js";
export declare class Lasher extends GrellArmyUnit {
uuid: string;
static src: string;
constructor();
}
export default Lasher;
//# sourceMappingURL=lasher.d.ts.map