1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-06 07:42:55 +08:00

Fix XMLDoc references

This commit is contained in:
Salman Ahmed 2020-04-21 06:09:57 +03:00
parent 9373520bca
commit 282d100109

View File

@ -26,7 +26,7 @@ namespace osu.Game.Rulesets.Catch.UI
public static readonly Color4 DEFAULT_HYPER_DASH_COLOUR = Color4.Red; public static readonly Color4 DEFAULT_HYPER_DASH_COLOUR = Color4.Red;
/// <summary> /// <summary>
/// The default colour used directly for <see cref="Catcher.Colour"/>. /// The default colour used directly for this <see cref="Catcher"/>'s <see cref="Drawable.Colour"/>.
/// </summary> /// </summary>
/// <remarks> /// <remarks>
/// This colour is only used when no skin overrides <see cref="CatchSkinColour.HyperDash"/>. /// This colour is only used when no skin overrides <see cref="CatchSkinColour.HyperDash"/>.