Skip to content

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

IRoomStateMessage interface

房间状态消息

Signature:

typescript
export interface IRoomStateMessage extends INetworkMessage

Extends: INetworkMessage

Properties

Property

Modifiers

Type

Description

data

{ roomId: string; state: string; players: Array<{ id: string; name: string; isHost: boolean; customData?: Record<string, any>; }>; settings?: Record<string, any>; }

type

MessageType.ROOM_STATE

基于 MIT 许可证发布