@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
13 lines • 387 B
TypeScript
/**
* Titan - Protectorate medium mech unit
* Robot commando with jump capabilities
*/
import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js";
export declare class Titan extends ProtectorateArmyUnit {
uuid: string;
static src: string;
get infuseCost(): number | undefined;
constructor();
}
export default Titan;
//# sourceMappingURL=titan.d.ts.map