Handler for when the client has disconnected from a lobby.
public delegate void OnLobbyDisconnectedHandler(Lobby lobby);
| parameter | description |
|---|---|
| lobby | The lobby that was disconnected. |
See Also
- class Lobby
- class PlayFabMultiplayer
- namespace PlayFab.Multiplayer