4961152cc74b8866e4a7f34e9d70792063d1b3d1.js 994 B

12345678910111213141516171819202122232425262728293031323334353637
  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: mojunshou 1637302775@qq.com
  15. * @LastEditTime: 2025-03-14 17:51:15
  16. */
  17. /** 游戏事件 */
  18. _export("GameEvent", GameEvent = /*#__PURE__*/function (GameEvent) {
  19. GameEvent["GameServerConnected"] = "GameServerConnected";
  20. GameEvent["LoginSuccess"] = "LoginSuccess";
  21. GameEvent["LoadJsonSuccess"] = "LoadJsonSuccess";
  22. GameEvent["RestartGame"] = "RestartGame";
  23. return GameEvent;
  24. }({}));
  25. _cclegacy._RF.pop();
  26. _crd = false;
  27. }
  28. };
  29. });
  30. //# sourceMappingURL=4961152cc74b8866e4a7f34e9d70792063d1b3d1.js.map