1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 01:43:01 +08:00

Use OsuConfigManager from ctor instead

This commit is contained in:
recapitalverb
2020-02-14 21:59:33 +07:00
Unverified
parent c46d828716
commit 2bd2cd1d3f
-1
View File
@@ -22,7 +22,6 @@ namespace osu.Game.Online.API
{
public class APIAccess : Component, IAPIProvider
{
[Resolved]
private OsuConfigManager config { get; set; }
private readonly OAuth authentication;