zxl
/
CTT
forked from Cal/CTT
1
0
Fork 0
CTT/Unity/Assets/Model/Module/Message/PingComponent.cs

10 lines
164 B
C#

namespace ET
{
public class PingComponent: Entity
{
[NoMemoryCheck]
public IRequest C2G_Ping;
public long Ping; //延迟值
}
}