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

@ -46,7 +46,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
public SelectionState State
{
get { return state; }
get => state;
set
{
if (value == state) return;
@ -68,7 +68,7 @@ namespace osu.Game.Screens.Multi.Lounge.Components
public bool MatchingFilter
{
get { return matchingFilter; }
get => matchingFilter;
set
{
matchingFilter = value;