mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 04:13:00 +08:00
Remove redundant get set
This commit is contained in:
parent
5689f27987
commit
270384e71e
@ -40,7 +40,7 @@ namespace osu.Game.Screens.Menu
|
|||||||
protected IBindable<bool> MenuVoice { get; private set; }
|
protected IBindable<bool> MenuVoice { get; private set; }
|
||||||
|
|
||||||
protected IBindable<bool> MenuMusic { get; private set; }
|
protected IBindable<bool> MenuMusic { get; private set; }
|
||||||
private IBindable<bool> menuMusicLoop { get; set; }
|
private IBindable<bool> menuMusicLoop;
|
||||||
|
|
||||||
private WorkingBeatmap initialBeatmap;
|
private WorkingBeatmap initialBeatmap;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user