Skip to content

Commit e329b12

Browse files
committed
removing GetLobby unused method
1 parent 021704a commit e329b12

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Assets/Scripts/UnityServices/Lobbies/LobbyAPIInterface.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,11 +107,6 @@ public async Task<QueryResponse> QueryAllLobbies()
107107
return await LobbyService.Instance.QueryLobbiesAsync(queryOptions);
108108
}
109109

110-
public async Task<Lobby> GetLobby(string lobbyId)
111-
{
112-
return await LobbyService.Instance.GetLobbyAsync(lobbyId);
113-
}
114-
115110
public async Task<Lobby> UpdateLobby(string lobbyId, Dictionary<string, DataObject> data, bool shouldLock)
116111
{
117112
UpdateLobbyOptions updateOptions = new UpdateLobbyOptions { Data = data, IsLocked = shouldLock };

0 commit comments

Comments
 (0)