@zerospacegg/iolin
Version:
Pure TypeScript implementation of ZeroSpace game data processing (PKL-free)
11 lines • 428 B
TypeScript
/**
* Supply Platform - Mera Commander Building
* Clean inheritance from faction Supply Platform with all properties and abilities
*/
import SupplyPlatform from "../../../../faction/protectorate/building/supply-platform.js";
export declare class CoopSupplyPlatform extends SupplyPlatform {
static src: string;
constructor();
}
export default CoopSupplyPlatform;
//# sourceMappingURL=coop-mera-supply-platform.d.ts.map