System.register(["__unresolved_0", "cc", "__unresolved_1"], function (_export, _context) { "use strict"; var _reporterNs, _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, TableUtil, _dec, _class, _class2, _crd, ccclass, property, table_idiom_unorder_2_2; function _reportPossibleCrUseOfTableUtil(extras) { _reporterNs.report("TableUtil", "./TableUtil", _context.meta, extras); } return { setters: [function (_unresolved_) { _reporterNs = _unresolved_; }, function (_cc) { _cclegacy = _cc.cclegacy; __checkObsolete__ = _cc.__checkObsolete__; __checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__; _decorator = _cc._decorator; }, function (_unresolved_2) { TableUtil = _unresolved_2.TableUtil; }], execute: function () { _crd = true; _cclegacy._RF.push({}, "2ab01P7D1xC+4sm5gCBL6Hr", "table_idiom_unorder_2_2", undefined); __checkObsolete__(['_decorator', 'Component', 'Node']); ({ ccclass, property } = _decorator); _export("table_idiom_unorder_2_2", table_idiom_unorder_2_2 = (_dec = ccclass('table_idiom_unorder_2_2'), _dec(_class = (_class2 = class table_idiom_unorder_2_2 { constructor() { this.data = void 0; /** 编号【KEY】 */ this.id = 0; } static get(id) { return (_crd && TableUtil === void 0 ? (_reportPossibleCrUseOfTableUtil({ error: Error() }), TableUtil) : TableUtil).getTable(table_idiom_unorder_2_2, id); } static getList() { return (_crd && TableUtil === void 0 ? (_reportPossibleCrUseOfTableUtil({ error: Error() }), TableUtil) : TableUtil).getTables(table_idiom_unorder_2_2, 1607); } init(id) { var table = (_crd && TableUtil === void 0 ? (_reportPossibleCrUseOfTableUtil({ error: Error() }), TableUtil) : TableUtil).get(table_idiom_unorder_2_2.TableName); this.data = table[id]; if (!this.data) console.error("配置表" + table_idiom_unorder_2_2.TableName + "没有ID:" + id); this.id = id; } get idiom() { return this.data.idiom; } get idiom_type() { return this.data.idiom_type; } get difficulty() { return this.data.difficulty; } get piece_1_word() { return this.data.piece_1_word; } get piece_2_word() { return this.data.piece_2_word; } }, _class2.TableName = "idiom_unorder_2+2", _class2)) || _class)); _cclegacy._RF.pop(); _crd = false; } }; }); //# sourceMappingURL=e065000bff4262cff90bb92546f33d8bfd44a98f.js.map