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:
parent
c2ad8c2320
commit
2e018c8b06
@ -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
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user