top-block-game-cocos-demo/temp/programming/packer-driver/targets/preview/chunks/81/815bdab84640bdbbeaaec591380...

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, tan_chuan_view;
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({}, "d190enVzU5PqLcQzMU+1DD2", "TanChuang", undefined);
__checkObsolete__(['_decorator', 'Component', 'Node', 'Label']);
({
ccclass,
property
} = _decorator);
_export("tan_chuan_view", tan_chuan_view = (_dec = ccclass('tan_chuan_view'), _dec(_class = class tan_chuan_view extends Component {
init(news) {
this.node.getChildByName('news').getComponent(Label).string = news;
}
start() {}
update(deltaTime) {}
}) || _class));
_cclegacy._RF.pop();
_crd = false;
}
};
});
//# sourceMappingURL=815bdab84640bdbbeaaec591380d56e590488395.js.map