mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-11-10 08:16:10 +00:00
提交
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { _decorator, Component, director, instantiate, Node, Prefab } from 'cc';
|
||||
import { app } from './App';
|
||||
import { app, TD } from './App';
|
||||
import { JNGame } from '../../extensions/ngame/assets/ngame/JNGame';
|
||||
import { JNSyncAction } from '../../extensions/ngame/assets/ngame/sync/JNSyncAction';
|
||||
import { GOnHookPets } from '../../extensions/ngame/assets/ngame/message/proto';
|
||||
@@ -30,6 +30,8 @@ export class Main extends Component {
|
||||
//加载 APP
|
||||
await JNGame.Init(app);
|
||||
|
||||
console.log("TD",TD.TbGRoleEquip.getDataList())
|
||||
|
||||
// //发生帧同步开始
|
||||
// app.socket.Send(JNSyncAction.NSyncFrameStart);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user