| 12345678910111213141516171819202122232425262728293031323334353637 |
- System.register(["cc"], function (_export, _context) {
- "use strict";
- var _cclegacy, _crd, GameEvent;
- return {
- setters: [function (_cc) {
- _cclegacy = _cc.cclegacy;
- }],
- execute: function () {
- _crd = true;
- _cclegacy._RF.push({}, "28ac0rWU79HGpJWrnyK01Gn", "GameEvent", undefined);
- /*
- * @Author: dgflash
- * @Date: 2021-11-23 15:28:39
- * @LastEditors: mojunshou 1637302775@qq.com
- * @LastEditTime: 2025-03-14 17:51:15
- */
- /** 游戏事件 */
- _export("GameEvent", GameEvent = /*#__PURE__*/function (GameEvent) {
- GameEvent["GameServerConnected"] = "GameServerConnected";
- GameEvent["LoginSuccess"] = "LoginSuccess";
- GameEvent["LoadJsonSuccess"] = "LoadJsonSuccess";
- GameEvent["RestartGame"] = "RestartGame";
- return GameEvent;
- }({}));
- _cclegacy._RF.pop();
- _crd = false;
- }
- };
- });
- //# sourceMappingURL=4961152cc74b8866e4a7f34e9d70792063d1b3d1.js.map
|