Namespace: SWNetwork.Lobby
Last updated 5 years ago
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, >
The method to invoke when the start room operation is complete.