mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 15:44:04 +09:00
Rename to user_score to match API
This commit is contained in:
@ -12,7 +12,7 @@ namespace osu.Game.Online.Multiplayer
|
||||
[JsonProperty("leaderboard")]
|
||||
public List<APIUserScoreAggregate> Leaderboard;
|
||||
|
||||
[JsonProperty("own_score")]
|
||||
public APIUserScoreAggregate OwnScore;
|
||||
[JsonProperty("user_score")]
|
||||
public APIUserScoreAggregate UserScore;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user