mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Code sanity
This commit is contained in:
@ -75,7 +75,7 @@ namespace osu.Game.Beatmaps
|
||||
|
||||
private readonly AudioManager audioManager;
|
||||
|
||||
private GameHost host;
|
||||
private readonly GameHost host;
|
||||
|
||||
private readonly List<DownloadBeatmapSetRequest> currentDownloads = new List<DownloadBeatmapSetRequest>();
|
||||
|
||||
@ -86,7 +86,7 @@ namespace osu.Game.Beatmaps
|
||||
this.rulesets = rulesets;
|
||||
this.api = api;
|
||||
this.audioManager = audioManager;
|
||||
this.host = importHost;
|
||||
host = importHost;
|
||||
|
||||
DefaultBeatmap = defaultBeatmap;
|
||||
|
||||
|
Reference in New Issue
Block a user