Merge branch 'master' into fix-replay-import-statistics

This commit is contained in:
Dean Herbert
2019-01-07 13:44:01 +09:00
committed by GitHub
7 changed files with 42 additions and 18 deletions

View File

@ -31,7 +31,7 @@ namespace osu.Game.Scoring
[Column(TypeName="DECIMAL(1,4)")]
public double Accuracy { get; set; }
[JsonIgnore]
[JsonProperty(@"pp")]
public double? PP { get; set; }
[JsonProperty("max_combo")]