added global_rank to UserStatistics
This commit is contained in:
parent
3073ddffa2
commit
54a30cd46c
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue