@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
13 lines • 473 B
TypeScript
/**
* Griffin - Multi-role support aircraft with triple healing beams and EMP capabilities
* Flying support unit with healing and electromagnetic warfare abilities
*/
import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js";
export declare class Griffin extends ProtectorateArmyUnit {
uuid: string;
static src: string;
get infuseCost(): number | undefined;
constructor();
}
export default Griffin;
//# sourceMappingURL=griffin.d.ts.map