Skip to content

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

IJoinRoomMessage interface

加入房间消息

Signature:

typescript
export interface IJoinRoomMessage extends INetworkMessage

Extends: INetworkMessage

Properties

Property

Modifiers

Type

Description

data

{ roomId: string; password?: string; playerInfo?: { name: string; avatar?: string; customData?: Record<string, any>; }; }

type

MessageType.JOIN_ROOM

基于 MIT 许可证发布