1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 13:22:55 +08:00

Add comments

This commit is contained in:
Dean Herbert 2017-12-01 20:08:49 +09:00
parent 25207c51b5
commit 273793f185

View File

@ -218,8 +218,14 @@ namespace osu.Game.Rulesets.Catch.UI
private double hyperDashModifier = 1;
/// <summary>
/// The direction in which hyperdash is allowed. 0 allows both directions.
/// </summary>
public double HyperDashDirection;
/// <summary>
/// The speed modifier resultant from hyperdash. Will trigger hyperdash when not equal to 1.
/// </summary>
public double HyperDashModifier
{
get { return hyperDashModifier; }