System.register(["cc"], function (_export, _context) { "use strict"; var _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Component, EditBox, _dec, _class, _crd, ccclass, property, rechargeNum; return { setters: [function (_cc) { _cclegacy = _cc.cclegacy; __checkObsolete__ = _cc.__checkObsolete__; __checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__; _decorator = _cc._decorator; Component = _cc.Component; EditBox = _cc.EditBox; }], execute: function () { _crd = true; _cclegacy._RF.push({}, "46eadJwItZJGYB5TfwbBK+G", "RechageNum", undefined); __checkObsolete__(['_decorator', 'Component', 'Node', 'EditBox']); ({ ccclass, property } = _decorator); _export("rechargeNum", rechargeNum = (_dec = ccclass('rechargeNum'), _dec(_class = class rechargeNum extends Component { constructor(...args) { super(...args); this.rechagenum = null; } start() { this.rechagenum = this.node.getChildByName('RechageNum'); } text() { let rechagenum = this.rechagenum.getComponent(EditBox).string; } update(deltaTime) {} }) || _class)); _cclegacy._RF.pop(); _crd = false; } }; }); //# sourceMappingURL=7bbecb9e17e733c44f13a4bca9d62daec7c97f69.js.map