Add basic HP display support.

This commit is contained in:
Dean Herbert
2017-01-10 16:01:53 +08:00
parent 97c5a2f970
commit 7eab50b989
5 changed files with 60 additions and 2 deletions

View File

@ -15,5 +15,6 @@ namespace osu.Game.Modes
public double Accuracy { get; set; }
public double Combo { get; set; }
public double MaxCombo { get; set; }
public double Health { get; set; }
}
}