1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 10:52:53 +08:00

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

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>