@civ-clone/core-city-build
Version:
The repo contains the `CityBuild` and associated objects that deal with building items in `City`s.
9 lines • 366 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChangeProduction = void 0;
const PlayerAction_1 = require("@civ-clone/core-player/PlayerAction");
class ChangeProduction extends PlayerAction_1.default {
}
exports.ChangeProduction = ChangeProduction;
exports.default = ChangeProduction;
//# sourceMappingURL=ChangeProduction.js.map