Create setup for adding other visual display modes

This commit is contained in:
Dean Herbert
2022-06-10 16:22:34 +09:00
parent e5d6dc1ba5
commit 53eb5c176c
7 changed files with 277 additions and 151 deletions

View File

@ -0,0 +1,12 @@
// 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 CircleGameplay : CompositeDrawable
{
}
}