Delegate SteamManager.LobbiesEventHandler
Delegate for the lobby searching event.
Namespace: KaijuSolutions.SteamMultiplayerEngine
Syntax
public delegate void LobbiesEventHandler(List<ulong> friends, List<ulong> general);
Parameters
| Type | Name | Description |
|---|---|---|
| List<System.UInt64> | friends | Friends lobbies that were returned. |
| List<System.UInt64> | general | Public lobbies that were returned. |