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 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BuildingCancelled = void 0; const Rule_1 = require("@civ-clone/core-rule/Rule"); class BuildingCancelled extends Rule_1.default { } exports.BuildingCancelled = BuildingCancelled; exports.default = BuildingCancelled; //# sourceMappingURL=BulidingCancelled.js.map