Home > @esengine/ecs-framework-monorepo > IJoinRoomMessage
IJoinRoomMessage interface
加入房间消息
Signature:
typescript
export interface IJoinRoomMessage extends INetworkMessage
1
Extends: INetworkMessage
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
{ roomId: string; password?: string; playerInfo?: { name: string; avatar?: string; customData?: Record<string, any>; }; } | |||