Add base for bar lines.

This commit is contained in:
smoogipooo
2017-05-29 11:56:31 +09:00
parent 0fd053707d
commit e63108bd75
4 changed files with 26 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace osu.Game.Rulesets.Mania.Objects.Drawables
{
public class DrawableBarline
{
}
}

View File

@ -0,0 +1,7 @@
namespace osu.Game.Rulesets.Mania.Objects.Drawables
{
public class DrawableMajorBarline
{
}
}