Sorting PhotonNetwork.GetRoomList() Output

Options
Luca91
edited May 2013 in DotNet
Hello,
can someone send me an example on how to sort the PhotonNetwork.GetRoomList() output ?

I have:
RoomInfo[] Rooms;
Rooms = PhotonNetwork.GetRoomList();

Then before printing the rooms using a foreach, I'd like to sort them by number of players etc. Is this possible ?

Thanks

Comments