SWGetRoomReply Class
Namespace: SWNetwork.Lobby
The response object of the get rooms operation.
Declaration
Properties
Type
Description
totalPages
int
Number of pages of rooms.
totalRooms
int
Number of rooms.
currentIndex
int
Current page index;
currentPageCount
int
Number of rooms in the current page.
rooms
List<SWRoom>
List of rooms in the current page.
Last updated