@civ-clone/core-city-build
Version:
The repo contains the `CityBuild` and associated objects that deal with building items in `City`s.
6 lines • 331 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BuildProgress = void 0;
var BuildProgress_1 = require("./Yields/BuildProgress");
Object.defineProperty(exports, "BuildProgress", { enumerable: true, get: function () { return BuildProgress_1.BuildProgress; } });
//# sourceMappingURL=Yields.js.map