2645fdbf25381f849e138ea39c7d44526c0e286a.js 863 B

12345678910111213141516171819202122232425262728293031323334
  1. System.register(["cc"], function (_export, _context) {
  2. "use strict";
  3. var _cclegacy, _crd, GameStorageConfig;
  4. return {
  5. setters: [function (_cc) {
  6. _cclegacy = _cc.cclegacy;
  7. }],
  8. execute: function () {
  9. _crd = true;
  10. _cclegacy._RF.push({}, "a9e20POivtPKppEugdcVI1N", "GameStorageConfig", undefined);
  11. /*
  12. * @Author: dgflash
  13. * @Date: 2023-01-18 10:46:40
  14. * @LastEditors: dgflash
  15. * @LastEditTime: 2023-01-18 10:46:53
  16. */
  17. /** 本地存储名配置 */
  18. _export("GameStorageConfig", GameStorageConfig = /*#__PURE__*/function (GameStorageConfig) {
  19. GameStorageConfig["AccountName"] = "AccountName";
  20. return GameStorageConfig;
  21. }({}));
  22. _cclegacy._RF.pop();
  23. _crd = false;
  24. }
  25. };
  26. });
  27. //# sourceMappingURL=2645fdbf25381f849e138ea39c7d44526c0e286a.js.map