| 12345678910111213141516171819202122232425262728293031323334 |
- System.register(["cc"], function (_export, _context) {
- "use strict";
- var _cclegacy, _crd, GameStorageConfig;
- return {
- setters: [function (_cc) {
- _cclegacy = _cc.cclegacy;
- }],
- execute: function () {
- _crd = true;
- _cclegacy._RF.push({}, "a9e20POivtPKppEugdcVI1N", "GameStorageConfig", undefined);
- /*
- * @Author: dgflash
- * @Date: 2023-01-18 10:46:40
- * @LastEditors: dgflash
- * @LastEditTime: 2023-01-18 10:46:53
- */
- /** 本地存储名配置 */
- _export("GameStorageConfig", GameStorageConfig = /*#__PURE__*/function (GameStorageConfig) {
- GameStorageConfig["AccountName"] = "AccountName";
- return GameStorageConfig;
- }({}));
- _cclegacy._RF.pop();
- _crd = false;
- }
- };
- });
- //# sourceMappingURL=89021591fdde787d4919963a87f13075e51c10db.js.map
|