@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
11 lines • 367 B
TypeScript
/**
* Seedling - Vynthra Commander Unit
* Clean inheritance from faction Seedling with all properties and abilities
*/
import Seedling from "../../../../faction/grell/unit/seedling.js";
export declare class CoopSeedling extends Seedling {
static src: string;
constructor();
}
export default CoopSeedling;
//# sourceMappingURL=coop-vynthra-seedling.d.ts.map