bbc0585b2e504fa21207f8558ec2134bbad94a57.js 866 B

1234567891011121314151617181920212223242526272829303132333435
  1. System.register(["cc"], function (_export, _context) {
  2. "use strict";
  3. var _cclegacy, _crd, GameEvent;
  4. return {
  5. setters: [function (_cc) {
  6. _cclegacy = _cc.cclegacy;
  7. }],
  8. execute: function () {
  9. _crd = true;
  10. _cclegacy._RF.push({}, "28ac0rWU79HGpJWrnyK01Gn", "GameEvent", undefined);
  11. /*
  12. * @Author: dgflash
  13. * @Date: 2021-11-23 15:28:39
  14. * @LastEditors: dgflash
  15. * @LastEditTime: 2022-01-26 16:42:00
  16. */
  17. /** 游戏事件 */
  18. _export("GameEvent", GameEvent = /*#__PURE__*/function (GameEvent) {
  19. GameEvent["GameServerConnected"] = "GameServerConnected";
  20. GameEvent["LoginSuccess"] = "LoginSuccess";
  21. return GameEvent;
  22. }({}));
  23. _cclegacy._RF.pop();
  24. _crd = false;
  25. }
  26. };
  27. });
  28. //# sourceMappingURL=bbc0585b2e504fa21207f8558ec2134bbad94a57.js.map