mirror of
https://github.com/ppy/osu.git
synced 2024-11-06 22:07:40 +08:00
9 lines
138 B
C#
9 lines
138 B
C#
using osu.Framework.Graphics;
|
|
|
|
namespace osu.Game.Screens.Menu
|
|
{
|
|
internal class MenuVisualisation : Drawable
|
|
{
|
|
}
|
|
}
|