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

@ -22,8 +22,8 @@ namespace osu.Game.Rulesets.UI
public FontAwesome Icon
{
get { return modIcon.Icon; }
set { modIcon.Icon = value; }
get => modIcon.Icon;
set => modIcon.Icon = value;
}
private readonly ModType type;
@ -100,7 +100,7 @@ namespace osu.Game.Rulesets.UI
public bool Highlighted
{
get { return highlighted; }
get => highlighted;
set
{