Skip to content

Commit 8232f28

Browse files
committed
up
1 parent 54a008c commit 8232f28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

KBEngine.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -265,14 +265,14 @@ public static bool validEmail(string strEmail)
265265
*/
266266
public virtual void process()
267267
{
268-
// 处理网络
269-
_networkInterface.process();
270-
271268
// 处理外层抛入的事件
272269
Event.processInEvents();
273270

274271
// 向服务端发送心跳以及同步角色信息到服务端
275272
sendTick();
273+
274+
// 处理网络
275+
_networkInterface.process();
276276
}
277277

278278
/*

0 commit comments

Comments
 (0)