Move HubClientConnector retrieval to IAPIProvider

This commit is contained in:
Dean Herbert
2021-02-15 16:31:00 +09:00
parent dffccef1f0
commit 9ad38ab20e
9 changed files with 60 additions and 21 deletions

View File

@ -12,7 +12,6 @@ using osu.Framework.Testing;
using osu.Framework.Utils;
using osu.Game.Beatmaps;
using osu.Game.Online;
using osu.Game.Online.API;
using osu.Game.Online.Spectator;
using osu.Game.Replays.Legacy;
using osu.Game.Rulesets.Osu;
@ -244,8 +243,6 @@ namespace osu.Game.Tests.Visual.Gameplay
{
}
protected override HubClientConnector CreateConnector(string name, string endpoint, IAPIProvider api) => null;
public void StartPlay(int beatmapId)
{
this.beatmapId = beatmapId;