Remove health from ScoreInfo

This commit is contained in:
Dean Herbert
2018-12-01 00:17:05 +09:00
parent af3ef9a089
commit f9fb6dc39b
3 changed files with 0 additions and 6 deletions

View File

@ -26,9 +26,6 @@ namespace osu.Game.Scoring
[Column(TypeName="DECIMAL(1,4)")]
public double Accuracy { get; set; }
[NotMapped]
public double Health { get; set; } = 1;
public double? PP { get; set; }
public int MaxCombo { get; set; }