mirror of
https://github.com/osukey/osukey.git
synced 2025-07-04 01:40:02 +09:00
Merge branch 'master' into more-inspections
This commit is contained in:
@ -29,7 +29,7 @@ namespace osu.Game.Overlays.Settings
|
||||
|
||||
public SettingsSection Section
|
||||
{
|
||||
get { return section; }
|
||||
get => section;
|
||||
set
|
||||
{
|
||||
section = value;
|
||||
@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Settings
|
||||
|
||||
public bool Selected
|
||||
{
|
||||
get { return selected; }
|
||||
get => selected;
|
||||
set
|
||||
{
|
||||
selected = value;
|
||||
|
Reference in New Issue
Block a user