Fix ticks/spinners contributing to notelock

This commit is contained in:
smoogipoo
2020-03-30 16:14:56 +09:00
parent b9277165f7
commit 0d20292992
5 changed files with 42 additions and 26 deletions

View File

@ -0,0 +1,9 @@
// Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the MIT Licence.
// See the LICENCE file in the repository root for full licence text.
namespace osu.Game.Rulesets.Osu.Objects
{
public class SliderHeadCircle : HitCircle
{
}
}