@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
22 lines • 750 B
TypeScript
/**
* Protectorate Main Faction
* Technological human faction focused on engineering excellence and adaptive warfare
*
* Faction structure:
* - Advanced technological superiority through superior planning
* - Modular design and systematic coordination
* - Scientific methodology and continuous innovation
* - Adaptive engineering and tactical flexibility
* - Combined arms warfare and force multiplication
*/
import { MainFaction } from "../../engine/faction.js";
/**
* Protectorate Faction Entity - Modern Class Architecture
*/
declare class ProtectorateFactionEntity extends MainFaction {
uuid: string;
static src: string;
constructor();
}
export default ProtectorateFactionEntity;
//# sourceMappingURL=protectorate.d.ts.map