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