Implement basic hold note + tick input.

This commit is contained in:
smoogipooo
2017-05-24 20:45:01 +09:00
parent d0e280dbef
commit dcf879687d
11 changed files with 406 additions and 34 deletions

View File

@ -0,0 +1,9 @@
// 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
{
}
}