@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
13 lines • 490 B
TypeScript
/**
* Prot Build Drone - Protectorate builder unit
* Essential construction unit responsible for establishing and expanding Protectorate infrastructure
*/
import { ProtectorateBuilderUnit } from "../../../../defaults/protectorate.js";
export declare class ProtBuildDrone extends ProtectorateBuilderUnit {
uuid: string;
static src: string;
get infuseCost(): number | undefined;
constructor();
}
export default ProtBuildDrone;
//# sourceMappingURL=prot-build-drone.d.ts.map