Skip to content

Home > @esengine/ecs-framework-monorepo > IRoomInfo

IRoomInfo interface

房间信息

Signature:

typescript
export interface IRoomInfo

Properties

Property

Modifiers

Type

Description

id

string

房间ID

maxPlayers

number

最大玩家数量

metadata?

Record<string, any>

(Optional) 自定义数据

name

string

房间名称

playerCount

number

当前玩家数量

state

RoomState

房间状态

基于 MIT 许可证发布