Compare commits

..

No commits in common. "54a30cd46cfb615acf523d46feb1e3615c2cc3bc" and "913cadecaaaf22184af39d089923ac449a39919c" have entirely different histories.

2 changed files with 1 additions and 2 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,7 +110,6 @@ 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,