mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09: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