mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
replace Play
with Score
This commit is contained in:
@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user