mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Use interface to access API
Allows for better testability.
This commit is contained in:
@ -246,7 +246,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
|
||||
}
|
||||
|
||||
[Resolved]
|
||||
private APIAccess api { get; set; }
|
||||
private IAPIProvider api { get; set; }
|
||||
|
||||
private GetRoomScoresRequest request;
|
||||
|
||||
|
Reference in New Issue
Block a user