1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-18 04:32:55 +08:00
osu-lazer/osu.Game.Rulesets.Mania/Objects/HoldNoteTick.cs
2017-05-24 20:45:01 +09:00

9 lines
263 B
C#

// Copyright (c) 2007-2017 ppy Pty Ltd <contact@ppy.sh>.
// Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
namespace osu.Game.Rulesets.Mania.Objects
{
public class HoldNoteTick : ManiaHitObject
{
}
}