This commit is contained in:
kamyker 2020-06-09 00:15:33 +02:00
parent de69dd228f
commit 30d52cd541

View File

@ -155,9 +155,9 @@ static private unsafe void OnLobbyChatMessageRecievedAPI( LobbyChatMsg_t callbac
return new Lobby { Id = lobby.Value.SteamIDLobby };
}
/// <summmary>
/// <summary>
/// Attempts to directly join the specified lobby
/// </summmary>
/// </summary>
public static async Task<Lobby?> JoinLobbyAsync( SteamId lobbyId )
{
var lobby = await Internal.JoinLobby( lobbyId );