[+] NetProto

[+] NetProto
This commit is contained in:
ALEXTANG
2023-05-17 23:07:17 +08:00
parent 899472a5db
commit f16759483f
7 changed files with 86 additions and 22 deletions

View File

@@ -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;
//帐号登录回包