mirror of https://github.com/ppy/osu
Fix missed occurrence
This commit is contained in:
parent
3e802531d3
commit
9a7b6ebe50
|
@ -22,7 +22,7 @@ public class APIUserScoreAggregate
|
|||
public double? PP { get; set; }
|
||||
|
||||
[JsonProperty(@"room_id")]
|
||||
public int RoomID { get; set; }
|
||||
public long RoomID { get; set; }
|
||||
|
||||
[JsonProperty("total_score")]
|
||||
public long TotalScore { get; set; }
|
||||
|
|
Loading…
Reference in New Issue