Namespace: SWNetwork.Lobby
Last updated 5 years ago
Called by players to begin an asynchronous operation to leave their rooms.
public void LeaveRoom(Action<bool, SWLobbyError> callback)
Parameters
Type
Description
callback
Action<bool, >
The method to invoke when the leave room operation is complete.