Merge branch 'master' into more-inspections

This commit is contained in:
Dean Herbert
2019-02-28 14:32:57 +09:00
committed by GitHub
130 changed files with 290 additions and 317 deletions

View File

@ -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;