修改心跳类型为ushort

This commit is contained in:
arlen 2017-09-07 00:23:45 +08:00
parent ff99cc98b9
commit f14850c82a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ public:
int Status; // 状态。0准备、1握手完成、2登录后
bool Opened;
byte PingTime; // 心跳时间。秒
ushort PingTime; // 心跳时间。秒
UInt64 LoginTime; // 登录时间ms
UInt64 LastSend; // 最后发送时间ms
UInt64 LastActive; // 最后活跃时间ms