SWGetRoomCustomDataReply Class
Namespace: SWNetwork.Lobby
Last updated
Namespace: SWNetwork.Lobby
Last updated
Properties
Type
Description
ownerId
string
ID of the room owner.
customData
string
room custom data in string format.
Methods
Description
GetCustomDataString()
Gets the room custom data in string format.
GetCustomData<T>()
Gets the deserialized room custom data.