SWGetPlayersReply Class

Namespace: SWNetwork.Lobby

The response object when the get players in room operation finished successfully.

Declaration

public class SWGetPlayersReply

Properties

Type

Description

ownerId

string

ID of the room owner.

players

List<SWPlayer>

List of players in the room.

Last updated