Update PlaylistItem to use IRulesetInfo

This commit is contained in:
Dean Herbert
2021-11-15 16:13:03 +09:00
parent 1988b263c6
commit 5489b19c57
5 changed files with 16 additions and 7 deletions

View File

@ -46,7 +46,7 @@ namespace osu.Game.Screens.OnlinePlay
private ModDisplay modDisplay;
private readonly Bindable<IBeatmapInfo> beatmap = new Bindable<IBeatmapInfo>();
private readonly Bindable<RulesetInfo> ruleset = new Bindable<RulesetInfo>();
private readonly Bindable<IRulesetInfo> ruleset = new Bindable<IRulesetInfo>();
private readonly BindableList<Mod> requiredMods = new BindableList<Mod>();
public readonly PlaylistItem Item;