Merge branch 'master' into toquantity-1

This commit is contained in:
Dan Balasescu
2019-02-28 15:57:51 +09:00
committed by GitHub
316 changed files with 1140 additions and 720 deletions

View File

@ -319,7 +319,7 @@ namespace osu.Game.Overlays.Profile
public User User
{
get { return user; }
get => user;
set
{
user = value;