SWGetPlayersReply Class
Namespace: SWNetwork.Lobby
The response object when the get players in room operation finished successfully.
Declaration
Properties | Type | Description |
ownerId | string | ID of the room owner. |
players | List<SWPlayer> | List of players in the room. |
Last updated