Home > @esengine/ecs-framework-monorepo > IClientInfo
IClientInfo interface
客户端信息
Signature:
typescript
export interface IClientInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
boolean | 是否已认证 | ||
string | 客户端ID | ||
number | 加入时间 | ||
number | (Optional) 延迟(毫秒) | ||
string | 客户端名称 | ||
Record<string, any> | (Optional) 自定义数据 |