@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
17 lines • 455 B
TypeScript
/**
* Xol Faction
* Advanced AI merging robot faction - concept phase
*/
import { MainFaction } from "../../engine/faction.js";
export declare class Xol extends MainFaction {
static src: string;
readonly uuid: string;
readonly name: string;
readonly inGame: boolean;
constructor();
get subtype(): "main";
get buildingClasses(): never[];
get unitClasses(): never[];
}
export default Xol;
//# sourceMappingURL=xol.d.ts.map