@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
14 lines • 371 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;
constructor();
get subtype(): "main";
get buildingClasses(): never[];
get unitClasses(): never[];
}
export default Xol;
//# sourceMappingURL=xol.d.ts.map