Fix and add comments

This commit is contained in:
vun
2022-07-22 10:49:53 +08:00
parent e4086b058b
commit 4433f902ea
3 changed files with 18 additions and 3 deletions

View File

@ -26,6 +26,9 @@ namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Colour.Data
/// </summary>
public int Index;
/// <summary>
/// How long the mono pattern encoded within is
/// </summary>
public int RunLength => EncodedData.Count;
}
}