mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Better indicate ordering
This commit is contained in:
@ -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. Affectionately known as "note lock".
|
/// Ensures that <see cref="HitObject"/>s are hit in-order of their start times. 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>
|
||||||
|
Reference in New Issue
Block a user