mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
[+] Network
[+] Network
This commit is contained in:
@@ -15,6 +15,10 @@ namespace GameProto
|
||||
{
|
||||
public partial class NetMsgId
|
||||
{
|
||||
//心跳请求
|
||||
public const int CS_CMD_HEATBEAT_REQ = 1001;
|
||||
//心跳回包
|
||||
public const int CS_CMD_HEATBEAT_RES = 1002;
|
||||
//帐号登录请求
|
||||
public const int CS_CMD_ACT_LOGIN_REQ = 2001;
|
||||
//帐号登录回包
|
||||
|
Reference in New Issue
Block a user