@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
14 lines • 373 B
TypeScript
/**
* Koru Mercenary Faction
* Planetary consciousness mercenary faction - not yet implemented
*/
import { KoruFaction } from "./koru-classes.js";
export declare class Koru extends KoruFaction {
uuid: string;
static src: string;
readonly name: string;
readonly inGame: boolean;
constructor();
}
export default Koru;
//# sourceMappingURL=koru.d.ts.map