From 8498aad8543b5ee589ee7da93dcbb3dd7d487331 Mon Sep 17 00:00:00 2001 From: "DESKTOP-5RP3AKU\\Jisol" <2858626794@qq.com> Date: Wed, 16 Apr 2025 14:06:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- JisolGameCocos/assets/script/Main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JisolGameCocos/assets/script/Main.ts b/JisolGameCocos/assets/script/Main.ts index 79a41269..42ef3414 100644 --- a/JisolGameCocos/assets/script/Main.ts +++ b/JisolGameCocos/assets/script/Main.ts @@ -8,6 +8,7 @@ import { GAction } from './consts/GAction'; import { view } from 'cc'; const { ccclass, property } = _decorator; +//正式项目肯定不是这样写 我临时这样写用来Server跳过登录 window['GUser'] = "100000"; window['GPassworld'] = "123456"; @@ -32,7 +33,7 @@ export class Main extends Component { console.log("TD",TD.TbGRoleEquip.getDataList()) - // //发生帧同步开始 + // 发送帧同步开始 // app.socket.Send(JNSyncAction.NSyncFrameStart); // 创建世界