mirror of
https://github.com/ppy/osu.git
synced 2026-05-30 20:44:08 +08:00
Remove redundant get set
This commit is contained in:
@@ -40,7 +40,7 @@ namespace osu.Game.Screens.Menu
|
||||
protected IBindable<bool> MenuVoice { get; private set; }
|
||||
|
||||
protected IBindable<bool> MenuMusic { get; private set; }
|
||||
private IBindable<bool> menuMusicLoop { get; set; }
|
||||
private IBindable<bool> menuMusicLoop;
|
||||
|
||||
private WorkingBeatmap initialBeatmap;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user