1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 21:13:01 +08:00

Make selector only privately-settable

This commit is contained in:
smoogipoo 2020-02-04 12:55:09 +09:00
parent 68b3dc01df
commit bc9b499de0

View File

@ -11,7 +11,8 @@ namespace osu.Game.Overlays.BeatmapSet
public class BeatmapSetHeader : OverlayHeader
{
public readonly Bindable<RulesetInfo> Ruleset = new Bindable<RulesetInfo>();
public BeatmapRulesetSelector RulesetSelector;
public BeatmapRulesetSelector RulesetSelector { get; private set; }
protected override ScreenTitle CreateTitle() => new BeatmapHeaderTitle();