mirror of
https://github.com/ppy/osu
synced 2025-03-10 05:21:52 +00:00
emc attribute
This commit is contained in:
parent
fea31cc895
commit
b30fba1430
@ -17,6 +17,9 @@ namespace osu.Game.Rulesets.Taiko.Difficulty
|
||||
[JsonProperty("accuracy")]
|
||||
public double Accuracy { get; set; }
|
||||
|
||||
[JsonProperty("effective_miss_count")]
|
||||
public double EffectiveMissCount { get; set; }
|
||||
|
||||
public override IEnumerable<PerformanceDisplayAttribute> GetAttributesForDisplay()
|
||||
{
|
||||
foreach (var attribute in base.GetAttributesForDisplay())
|
||||
|
Loading…
Reference in New Issue
Block a user