mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
提交demo
This commit is contained in:
@@ -6,8 +6,10 @@
|
||||
NActionDemo = 2, //Demo 消息
|
||||
NActionDemo2 = 3, //Demo 消息
|
||||
|
||||
ClientConnect = 11, //客户端连接
|
||||
ClientDisconnect = 12, //客户端断开
|
||||
LocalClientConnect = 11, //客户端连接 (用于客户端通知)
|
||||
LocalClientDisconnect = 12, //客户端断开 (用于客户端通知)
|
||||
ServerClientConnect = 13, //服务器客户端连接 (用于服务端通知)
|
||||
ServerClientDisconnect = 14, //服务器客户端断开 (用于服务端通知)
|
||||
|
||||
NSyncFrameStart = 100, //帧同步开始
|
||||
NSyncFrameEnd = 101, //帧同步结束
|
||||
|
Reference in New Issue
Block a user