mirror of
https://github.com/osukey/osukey.git
synced 2025-06-05 21:07:18 +09:00
Give RealmUser.Username
a better default value
This commit is contained in:
parent
d0a2818847
commit
267a7bd21f
@ -11,7 +11,7 @@ namespace osu.Game.Models
|
|||||||
{
|
{
|
||||||
public int OnlineID { get; set; } = 1;
|
public int OnlineID { get; set; } = 1;
|
||||||
|
|
||||||
public string Username { get; set; }
|
public string Username { get; set; } = string.Empty;
|
||||||
|
|
||||||
public bool IsBot => false;
|
public bool IsBot => false;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user