mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Merge branch 'master' into toquantity-1
This commit is contained in:
@ -319,7 +319,7 @@ namespace osu.Game.Overlays.Profile
|
||||
|
||||
public User User
|
||||
{
|
||||
get { return user; }
|
||||
get => user;
|
||||
set
|
||||
{
|
||||
user = value;
|
||||
|
Reference in New Issue
Block a user