Reword special default hyper-dash colour constant a bit

This commit is contained in:
Salman Ahmed 2020-04-22 05:25:40 +03:00
parent 5d3475a5ed
commit 2d4077e713
No known key found for this signature in database
GPG Key ID: ED81FD33FD9B58BC
1 changed files with 2 additions and 1 deletions

View File

@ -29,7 +29,8 @@ public class Catcher : SkinReloadableDrawable, IKeyBindingHandler<CatchAction>
public static readonly Color4 DEFAULT_HYPER_DASH_COLOUR = Color4.Red;
/// <summary>
/// The default colour used directly for this <see cref="Catcher"/>'s <see cref="Drawable.Colour"/>.
/// The default hyper-dash colour used directly for this
/// <see cref="Catcher"/>'s <see cref="Drawable.Colour"/>.
/// </summary>
/// <remarks>
/// This colour is only used when no skin overrides <see cref="CatchSkinColour.HyperDash"/>.