internal async Task <LobbyEnter_t?> JoinLobby(SteamId steamIDLobby)
 {
     return(await LobbyEnter_t.GetResultAsync(_JoinLobby( Self, steamIDLobby )));
 }
        internal async Task <LobbyEnter_t?> JoinLobby(SteamId steamIDLobby)
        {
            var returnValue = _JoinLobby(Self, steamIDLobby);

            return(await LobbyEnter_t.GetResultAsync(returnValue));
        }
Exemple #3
0
        internal async Task <LobbyEnter_t?> JoinLobby(SteamId steamIDLobby)
        {
            LobbyEnter_t?resultAsync = await LobbyEnter_t.GetResultAsync(this._JoinLobby(this.Self, steamIDLobby));

            return(resultAsync);
        }