mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:12:56 +08:00
Add mention of notelock in xmldoc (potentially easier to find class)
This commit is contained in:
parent
a4c6545a1c
commit
28318a0140
@ -11,7 +11,7 @@ using osu.Game.Rulesets.UI;
|
||||
namespace osu.Game.Rulesets.Osu.UI
|
||||
{
|
||||
/// <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:
|
||||
/// <list type="number">
|
||||
/// <item><description>The hit is blocked if it occurred earlier than the previous <see cref="HitObject"/>'s start time.</description></item>
|
||||
|
Loading…
Reference in New Issue
Block a user