1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 15:47:26 +08:00

Remove ScrollingGameplay class for now

This commit is contained in:
Dean Herbert 2022-06-11 21:30:33 +09:00
parent 68da9f0386
commit d130e7ebff

View File

@ -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
{
}
}