SWMessageRoomEventData Class
Namespace: SWNetwork.Lobby
Event Data of the OnRoomMessageEvent
Declaration
Properties | Type | Description |
playerId | string | Sender playerId |
roomId | string | RoomId |
data | string | string message data |
Methods | Description |
GetString() | Gets the message data in string format. |
GetMessageData<T>() | Gets the deserialized message data. |
Last updated