@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
12 lines • 412 B
TypeScript
/**
* Skrelling - Grell swarm flyer with anti-air specialization and kamikaze abilities
* Light armor, high speed, anti-air focus with suicide attack potential
*/
import { GrellArmyUnit } from "../../../../defaults/grell.js";
export declare class Skrelling extends GrellArmyUnit {
uuid: string;
static src: string;
constructor();
}
export default Skrelling;
//# sourceMappingURL=skrelling.d.ts.map