Hello all!
I'm creating a multiplayer game. What I want is basically, after player requests room list, I want to display room properties like:
Level count, host name, server name, additional description etc.
But I could only manage to get the room name when I request the room list. Is there any possibility that I could set additional info about the room from the host, and players can get that info when requesting room list?
Thanks in advance