@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
11 lines • 424 B
TypeScript
import Airstrip from "../../../../faction/protectorate/building/airstrip.js";
/**
* Coop Airstrip - Advanced aviation facility that enables aerial support capabilities
* Clean inheritance from faction Airstrip with coop-specific unlock chains
*/
export declare class CoopAirstrip extends Airstrip {
static src: string;
constructor();
}
export default CoopAirstrip;
//# sourceMappingURL=coop-mera-airstrip.d.ts.map