CTT/Unity/Assets/Model/Module/Message/PingComponent.cs

10 lines
164 B
C#
Raw Normal View History

2021-04-08 20:09:59 +08:00
namespace ET
{
public class PingComponent: Entity
{
[NoMemoryCheck]
public IRequest C2G_Ping;
public long Ping; //延迟值
}
}