@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
17 lines • 620 B
TypeScript
/**
* Airstrip - Advanced aviation facility that enables aerial support capabilities
* Special building for air support operations and commander airstrike coordination
*/
import { ProtectorateUltimateBuilding } from "../../protectorate-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class Airstrip extends ProtectorateUltimateBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hexiteCost: number;
readonly buildTime: number;
constructor();
}
export default Airstrip;
//# sourceMappingURL=airstrip.d.ts.map