@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 378 B
TypeScript
/**
* Arandi Judgment - Unit that provides armor buffs to nearby allies
* Flying unit with piercing slow projectile attack
*/
import { MercUnit } from "../../../../engine/unit.js";
export declare class ArandiJudgment extends MercUnit {
uuid: string;
static src: string;
constructor();
}
export default ArandiJudgment;
//# sourceMappingURL=arandi-judgment.d.ts.map