Change bar line SHOC to nested playfield

This commit is contained in:
Bartłomiej Dach
2020-12-13 19:29:41 +01:00
parent 94d737e51b
commit beee9b89d5
2 changed files with 65 additions and 8 deletions

View File

@ -0,0 +1,11 @@
// 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.
using osu.Game.Rulesets.UI.Scrolling;
namespace osu.Game.Rulesets.Taiko.UI
{
public class BarLinePlayfield : ScrollingPlayfield
{
}
}