JoinRoomRandomly(Action<bool, SWJoinRoomReply, SWLobbyError>) Method
Namespace: SWNetwork.Lobby
Called by players to begin an asynchronous operation to randomly join a room in the Lobby server. This method allows players to join the public rooms.
public void JoinRoomRandomly(Action<bool, SWJoinRoomReply, SWLobbyError> callback)
Parameters | Type | Description |
callback | Action<bool, | The method to invoke when the join room operation is complete. |