Home > @esengine/ecs-framework-monorepo > IRoomInfo
IRoomInfo interface
房间信息
Signature:
typescript
export interface IRoomInfo
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
string | 房间ID | ||
number | 最大玩家数量 | ||
Record<string, any> | (Optional) 自定义数据 | ||
string | 房间名称 | ||
number | 当前玩家数量 | ||
房间状态 |