mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 15:05:34 +08:00
Make selector only privately-settable
This commit is contained in:
parent
68b3dc01df
commit
bc9b499de0
@ -11,7 +11,8 @@ namespace osu.Game.Overlays.BeatmapSet
|
|||||||
public class BeatmapSetHeader : OverlayHeader
|
public class BeatmapSetHeader : OverlayHeader
|
||||||
{
|
{
|
||||||
public readonly Bindable<RulesetInfo> Ruleset = new Bindable<RulesetInfo>();
|
public readonly Bindable<RulesetInfo> Ruleset = new Bindable<RulesetInfo>();
|
||||||
public BeatmapRulesetSelector RulesetSelector;
|
|
||||||
|
public BeatmapRulesetSelector RulesetSelector { get; private set; }
|
||||||
|
|
||||||
protected override ScreenTitle CreateTitle() => new BeatmapHeaderTitle();
|
protected override ScreenTitle CreateTitle() => new BeatmapHeaderTitle();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user