@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
15 lines • 503 B
TypeScript
/**
* Seedling - Grell builder unit
* T0 builder that can construct all Grell structures. Becomes flying scout when infused.
*/
import { GrellBuilderUnit } from "../../../../defaults/grell.js";
export declare class Seedling extends GrellBuilderUnit {
uuid: string;
static src: string;
constructor();
get canBeInfused(): boolean;
get canBeReanimated(): boolean;
protected _applyInfusion(value: 0 | 1 | 2): void;
}
export default Seedling;
//# sourceMappingURL=seedling.d.ts.map