mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 17:07:38 +08:00
Protect configuration bindables
This commit is contained in:
parent
b8b2ff2674
commit
c280bee894
@ -37,9 +37,9 @@ namespace osu.Game.Screens.Menu
|
||||
/// </summary>
|
||||
protected abstract string BeatmapFile { get; }
|
||||
|
||||
protected Bindable<bool> MenuVoice;
|
||||
protected IBindable<bool> MenuVoice { get; private set; }
|
||||
|
||||
protected Bindable<bool> MenuMusic;
|
||||
protected IBindable<bool> MenuMusic { get; private set; }
|
||||
|
||||
protected WorkingBeatmap IntroBeatmap;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user