@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
13 lines • 438 B
TypeScript
/**
* Predator - Protectorate light reconnaissance vehicle
* Fast attack vehicle with mine-laying capabilities and superior mobility
*/
import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js";
declare class Predator extends ProtectorateArmyUnit {
uuid: string;
static src: string;
get infuseCost(): number | undefined;
constructor();
}
export default Predator;
//# sourceMappingURL=predator.d.ts.map