mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Add url clicking support to profile badges
This commit is contained in:
@ -18,5 +18,8 @@ namespace osu.Game.Users
|
||||
|
||||
[JsonProperty("image_url")]
|
||||
public string ImageUrl;
|
||||
|
||||
[JsonProperty("url")]
|
||||
public string Url;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user