1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:17:26 +08:00

Improve xmldoc

This commit is contained in:
Bartłomiej Dach 2020-05-06 23:27:01 +02:00
parent ed83ac188e
commit 52d1e2b5f8

View File

@ -24,7 +24,8 @@ 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)
/// The default colour used to tint hyper-dash fruit, along with the moving catcher, its trail
/// and end glow/after-image during a hyper-dash.
/// </summary>
public static readonly Color4 DEFAULT_HYPER_DASH_COLOUR = Color4.Red;