top-block-game-cocos-demo/temp/programming/packer-driver/targets/preview/chunks/a7/a71049a050dc4d6a08b5ed5a306...

44 lines
1.2 KiB
JavaScript

System.register(["cc"], function (_export, _context) {
"use strict";
var _cclegacy, __checkObsolete__, __checkObsoleteInNamespace__, _decorator, Component, Label, _dec, _class, _crd, ccclass, property, userLabel;
return {
setters: [function (_cc) {
_cclegacy = _cc.cclegacy;
__checkObsolete__ = _cc.__checkObsolete__;
__checkObsoleteInNamespace__ = _cc.__checkObsoleteInNamespace__;
_decorator = _cc._decorator;
Component = _cc.Component;
Label = _cc.Label;
}],
execute: function () {
_crd = true;
_cclegacy._RF.push({}, "69a53EuWypB1pE+/o5xP7Cb", "userLabel", undefined);
__checkObsolete__(['_decorator', 'Component', 'Node', 'Label']);
({
ccclass,
property
} = _decorator);
_export("userLabel", userLabel = (_dec = ccclass('userLabel'), _dec(_class = class userLabel extends Component {
start() {}
update(deltaTime) {}
setLabel(address) {
this.node.children[1].getComponent(Label).string = address;
}
}) || _class));
_cclegacy._RF.pop();
_crd = false;
}
};
});
//# sourceMappingURL=a71049a050dc4d6a08b5ed5a30626ea0b270f519.js.map