Added mania-difficulty mod support

This commit is contained in:
Poyo
2018-03-05 18:19:06 -08:00
parent 96f416fef3
commit e187c6453d
3 changed files with 12 additions and 11 deletions

View File

@ -22,13 +22,13 @@ namespace osu.Game.Rulesets.Mania.Objects
private readonly int beatmapColumnCount;
private double endTime;
private double[] heldUntil;
private readonly double endTime;
private readonly double[] heldUntil;
/// <summary>
/// Measures jacks or more generally: repeated presses of the same button
/// </summary>
private double[] individualStrains;
private readonly double[] individualStrains;
internal double IndividualStrain
{