Fix comment 2 osu.Game/Rulesets/Objects/Types/IHasGenerateTicks.cs

Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
OliBomby
2023-05-02 08:41:47 +02:00
committed by GitHub
parent c2ad8c2320
commit 2e018c8b06

View File

@ -4,7 +4,7 @@
namespace osu.Game.Rulesets.Objects.Types
{
/// <summary>
/// A type of <see cref="HitObject"/> which may or may not generate ticks.
/// A type of <see cref="HitObject"/> which explicitly specifies whether it should generate ticks.
/// </summary>
public interface IHasGenerateTicks
{