1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:07:52 +08:00

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
{