We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38fde3e commit afa2f6aCopy full SHA for afa2f6a
1 file changed
chart/Chart.cs
@@ -72,4 +72,7 @@ public void Shift(Rational offset, decimal? bpm = null)
72
note is Slide { segments.Count: > 1 }); // 星星段数大于1(fes星星)
73
74
public Statistics Statistics => new(this);
75
+
76
+ // 总音符数量(物量)
77
+ public int TotalNotes => Statistics.Total;
78
}
0 commit comments