mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 14:46:38 +09:00
Fix comment 2 osu.Game/Rulesets/Objects/Types/IHasGenerateTicks.cs
Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
@ -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
|
||||
{
|
||||
|
Reference in New Issue
Block a user