| 123456789101112131415161718192021222324252627282930 |
- System.register(["cc"], function (_export, _context) {
- "use strict";
- var _cclegacy, _crd;
- return {
- setters: [function (_cc) {
- _cclegacy = _cc.cclegacy;
- }],
- execute: function () {
- _crd = true;
- _cclegacy._RF.push({}, "58450TyE3JB069KO8P5+hl4", "IControl", undefined);
- /*
- * @Author: dgflash
- * @Date: 2022-06-21 12:05:14
- * @LastEditors: dgflash
- * @LastEditTime: 2022-07-20 14:04:27
- */
- /** 行为控制接口 */
- _cclegacy._RF.pop();
- _crd = false;
- }
- };
- });
- //# sourceMappingURL=08fc0c591484354924006ae429c2326b5337902f.js.map
|