SWMessageRoomEventData Class
Namespace: SWNetwork.Lobby
Last updated
Namespace: SWNetwork.Lobby
Last updated
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.