2025-07-17 18:26:28 +08:00

8 lines
178 B
C#

namespace ET.Client
{
[ComponentOf(typeof(Session))]
public class PingComponent: Entity, IAwake, IDestroy
{
public long Ping { get; set; } //延迟值
}
}