mirror of
https://github.com/ppy/osu.git
synced 2024-11-12 06:47:25 +08:00
10 lines
168 B
C#
10 lines
168 B
C#
using OpenTK;
|
|
|
|
namespace osu.Game.Modes.Osu.Objects
|
|
{
|
|
public class SliderTick : OsuHitObject
|
|
{
|
|
public int RepeatIndex { get; set; }
|
|
}
|
|
}
|