Add url clicking support to profile badges

This commit is contained in:
Joseph Madamba
2022-11-02 22:30:30 -07:00
parent 0296e85ceb
commit e11d44d14f
3 changed files with 22 additions and 11 deletions

View File

@ -18,5 +18,8 @@ namespace osu.Game.Users
[JsonProperty("image_url")]
public string ImageUrl;
[JsonProperty("url")]
public string Url;
}
}