civ7-modding-tools
Version:
Mod generation tool for Civilization 7.
13 lines • 492 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProgressionTreeLocalization = void 0;
const BaseLocalization_1 = require("./BaseLocalization");
class ProgressionTreeLocalization extends BaseLocalization_1.BaseLocalization {
constructor(payload = {}) {
super();
this.name = '';
this.fill(payload);
}
}
exports.ProgressionTreeLocalization = ProgressionTreeLocalization;
//# sourceMappingURL=ProgressionTreeLocalization.js.map