mirror of
https://github.com/osukey/osukey.git
synced 2025-04-29 02:37:25 +09: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…
x
Reference in New Issue
Block a user