@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
13 lines • 455 B
TypeScript
/**
* Bastion - Protectorate heavy infantry unit
* Heavily armored defensive specialist with powerful weaponry and tactical positioning abilities
*/
import { ProtectorateArmyUnit } from "../../../../defaults/protectorate.js";
export declare class Bastion extends ProtectorateArmyUnit {
uuid: string;
static src: string;
get infuseCost(): number | undefined;
constructor();
}
export default Bastion;
//# sourceMappingURL=bastion.d.ts.map