UNPKG

@civ-clone/core-city-build

Version:

The repo contains the `CityBuild` and associated objects that deal with building items in `City`s.

9 lines 351 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CityBuild = void 0; const MandatoryPlayerAction_1 = require("@civ-clone/core-player/MandatoryPlayerAction"); class CityBuild extends MandatoryPlayerAction_1.default { } exports.CityBuild = CityBuild; exports.default = CityBuild; //# sourceMappingURL=CityBuild.js.map