mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Protect configuration bindables
This commit is contained in:
@ -37,9 +37,9 @@ namespace osu.Game.Screens.Menu
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
protected abstract string BeatmapFile { get; }
|
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;
|
protected WorkingBeatmap IntroBeatmap;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user