@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
20 lines • 699 B
TypeScript
/**
* Protectorate Barracks - Infantry training facility
* Primary production building for Protectorate ground forces
*/
import { ProtectorateProductionBuilding } from "../../protectorate-classes.js";
import type { Tier } from "../../../../engine/core.js";
export declare class ProtBarracks extends ProtectorateProductionBuilding {
uuid: string;
static src: string;
readonly name: string;
readonly tier: Tier;
readonly unlocksMercTier: Tier | undefined;
readonly hexiteCost: number;
readonly fluxCost: number;
readonly buildTime: number;
readonly buildCount: number;
constructor();
}
export default ProtBarracks;
//# sourceMappingURL=prot-barracks.d.ts.map