mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Add ToString() overrides on many classes to make debugging easier
This commit is contained in:
@ -136,5 +136,7 @@ namespace osu.Game.Users
|
||||
|
||||
[JsonProperty(@"rankHistory")]
|
||||
public RankHistoryData RankHistory;
|
||||
|
||||
public override string ToString() => Username;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user