@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 300 B
TypeScript
/**
* Grell Faction
* Bio-symbiotic faction with infusion mechanics
*/
import { GrellFaction } from "../../defaults/grell.js";
export declare class Grell extends GrellFaction {
uuid: string;
static src: string;
constructor();
}
export default Grell;
//# sourceMappingURL=grell.d.ts.map