mirror of https://github.com/ppy/osu
Update usages to consume `IRulesetStore`
This commit is contained in:
parent
a5df01ff47
commit
c5e401d678
|
@ -12,10 +12,10 @@ namespace osu.Game.Scoring.Legacy
|
|||
/// </summary>
|
||||
public class DatabasedLegacyScoreDecoder : LegacyScoreDecoder
|
||||
{
|
||||
private readonly RulesetStore rulesets;
|
||||
private readonly IRulesetStore rulesets;
|
||||
private readonly BeatmapManager beatmaps;
|
||||
|
||||
public DatabasedLegacyScoreDecoder(RulesetStore rulesets, BeatmapManager beatmaps)
|
||||
public DatabasedLegacyScoreDecoder(IRulesetStore rulesets, BeatmapManager beatmaps)
|
||||
{
|
||||
this.rulesets = rulesets;
|
||||
this.beatmaps = beatmaps;
|
||||
|
|
Loading…
Reference in New Issue