Called by room owners to begin an asynchronous operation to start their rooms.
public void StartRoom(Action<bool, SWLobbyError> callback)
Parameters | Type | Description |
callback | Action<bool, SWLobbyError> | The method to invoke when the start room operation is complete. |
​