1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-13 10:33:07 +08:00
This commit is contained in:
Andrei Zavatski 2019-07-09 08:25:10 +03:00
parent 8d46d4a28e
commit eb4ef8f6ac
2 changed files with 1 additions and 2 deletions

View File

@ -3,7 +3,6 @@
using System;
using System.Collections.Generic;
using System.Linq;
using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;

View File

@ -31,7 +31,7 @@ namespace osu.Game.Overlays
protected readonly Header Header;
private RulesetStore rulesets;
private ScoresContainer scores;
private readonly ScoresContainer scores;
private GetScoresRequest getScoresRequest;
private readonly Bindable<BeatmapSetInfo> beatmapSet = new Bindable<BeatmapSetInfo>();