mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 13:37:25 +08:00
We need DistanceToHyperDash for star rating calculation
This commit is contained in:
parent
0ef718a09e
commit
44fd4b95bd
@ -24,6 +24,11 @@ namespace osu.Game.Rulesets.Catch.Objects
|
||||
|
||||
public int ComboIndex { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The distance for a fruit to to next hyper if it's not a hyper.
|
||||
/// </summary>
|
||||
public float DistanceToHyperDash { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// The next fruit starts a new combo. Used for explodey.
|
||||
/// </summary>
|
||||
|
Loading…
Reference in New Issue
Block a user