[+] Network

[+] Network
This commit is contained in:
ALEXTANG
2023-05-17 23:06:29 +08:00
parent e65245371a
commit 899472a5db
7 changed files with 140 additions and 51 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;
//帐号登录回包