Compare commits

...

2 Commits

Author SHA1 Message Date
David Alasow 54a30cd46c added global_rank to UserStatistics 2021-03-11 15:21:46 +01:00
David Alasow 3073ddffa2 W -> w 2021-03-04 13:56:50 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# Osu!api v2 wrapper
osu!api Wrapper for Rust.
osu!api wrapper for Rust.
Only works with the v2 endpoint using OAuth2.

View File

@ -110,6 +110,7 @@ pub struct UserStatistics {
pub play_count: u64,
pub play_time: Option<u64>,
pub pp: f32,
pub global_rank: Option<u64>,
pub ranked_score: u64,
pub replays_watched_by_others: u64,
pub total_hits: u64,