1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-15 01:52:55 +08:00

Add mention of notelock in xmldoc (potentially easier to find class)

This commit is contained in:
Dean Herbert 2020-04-20 10:59:08 +09:00
parent a4c6545a1c
commit 28318a0140

View File

@ -11,7 +11,7 @@ using osu.Game.Rulesets.UI;
namespace osu.Game.Rulesets.Osu.UI namespace osu.Game.Rulesets.Osu.UI
{ {
/// <summary> /// <summary>
/// Ensures that <see cref="HitObject"/>s are hit in-order. /// Ensures that <see cref="HitObject"/>s are hit in-order. Affectionately known as "note lock".
/// If a <see cref="HitObject"/> is hit out of order: /// If a <see cref="HitObject"/> is hit out of order:
/// <list type="number"> /// <list type="number">
/// <item><description>The hit is blocked if it occurred earlier than the previous <see cref="HitObject"/>'s start time.</description></item> /// <item><description>The hit is blocked if it occurred earlier than the previous <see cref="HitObject"/>'s start time.</description></item>