@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
13 lines • 435 B
TypeScript
/**
* Commando - Protectorate light infantry unit
* Fast-moving elite soldier with jetpack mobility and precision weaponry
*/
import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js";
export declare class Commando extends ProtectorateArmyUnit {
uuid: string;
static src: string;
get infuseCost(): number | undefined;
constructor();
}
export default Commando;
//# sourceMappingURL=commando.d.ts.map