Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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