Add XMLDoc for default hyper-dash colour constant

This commit is contained in:
Salman Ahmed 2020-04-21 11:36:09 +03:00
parent a4eb0e7ea7
commit a82efa626e
1 changed files with 3 additions and 0 deletions

View File

@ -23,6 +23,9 @@ namespace osu.Game.Rulesets.Catch.UI
{
public class Catcher : SkinReloadableDrawable, IKeyBindingHandler<CatchAction>
{
/// <summary>
/// The default colour used for all hyper-dashing components. (catcher drawables and fruit)
/// </summary>
public static readonly Color4 DEFAULT_HYPER_DASH_COLOUR = Color4.Red;
/// <summary>