replace Play with Score

This commit is contained in:
Jorolf
2017-07-29 00:31:52 +02:00
parent 7b8997cfc2
commit 0fc36065f4
6 changed files with 32 additions and 52 deletions

View File

@ -22,6 +22,8 @@ namespace osu.Game.Rulesets.Scoring
public double Health { get; set; } = 1;
public double PP { get; set; }
[JsonProperty(@"max_combo")]
public int MaxCombo { get; set; }