@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
14 lines • 507 B
TypeScript
/**
* Prefect Aster - Battlefield engineer hero specializing in tactical construction and area control
* Hero unit with construction capabilities and combat support abilities
*/
import { ProtectorateHeroUnit } from "../../protectorate-classes.js";
export declare class PrefectAster extends ProtectorateHeroUnit {
uuid: string;
static src: string;
readonly name: string;
get shortName(): string;
constructor();
}
export default PrefectAster;
//# sourceMappingURL=prefect-aster.d.ts.map