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); // 创建世界