diff --git a/osu.Game.Rulesets.Catch/UI/CatcherArea.cs b/osu.Game.Rulesets.Catch/UI/CatcherArea.cs
index 265f19c744..984aaf98ee 100644
--- a/osu.Game.Rulesets.Catch/UI/CatcherArea.cs
+++ b/osu.Game.Rulesets.Catch/UI/CatcherArea.cs
@@ -218,8 +218,14 @@ namespace osu.Game.Rulesets.Catch.UI
private double hyperDashModifier = 1;
+ ///
+ /// The direction in which hyperdash is allowed. 0 allows both directions.
+ ///
public double HyperDashDirection;
+ ///
+ /// The speed modifier resultant from hyperdash. Will trigger hyperdash when not equal to 1.
+ ///
public double HyperDashModifier
{
get { return hyperDashModifier; }