1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-27 10:50:11 +08:00

Remove ScrollingGameplay class for now

This commit is contained in:
Dean Herbert
2022-06-11 21:30:33 +09:00
Unverified
parent 68da9f0386
commit d130e7ebff
@@ -1,12 +0,0 @@
// 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.
#nullable enable
using osu.Framework.Graphics.Containers;
namespace osu.Game.Screens.Utility
{
public class ScrollingGameplay : CompositeDrawable
{
}
}