Home > @esengine/ecs-framework-monorepo > IRoomStateMessage
IRoomStateMessage interface
房间状态消息
Signature:
typescript
export interface IRoomStateMessage extends INetworkMessage
1
Extends: INetworkMessage
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
{ roomId: string; state: string; players: Array<{ id: string; name: string; isHost: boolean; customData?: Record<string, any>; }>; settings?: Record<string, any>; } | |||