This commit is contained in:
大石头 2017-09-10 19:41:38 +08:00
commit 0e85e31848
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