RoomInfo class
RoomInfo class contains data about a specific room. This class is used when searching rooms.
Properties
Type | Name | Description |
---|---|---|
string | Name | Name of the room |
bool | IsPublic | True if the room is public |
int | CurrentPlayers | Number of players in the room |
int | MaxPlayers | Max number of players in the room |
object | Properties | Properties of the room, used for matchmaking |