@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
18 lines • 621 B
TypeScript
/**
* Supply Platform - Protectorate modular supply building
* Supply building with three different add-on upgrade options
*/
import { ProtectorateSupplyBuilding } from "../../protectorate-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class SupplyPlatform extends ProtectorateSupplyBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
constructor();
}
export default SupplyPlatform;
//# sourceMappingURL=supply-platform.d.ts.map