mirror of
https://github.com/ppy/osu.git
synced 2024-11-07 00:27:26 +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
|
|||
|
{
|
|||
|
}
|
|||
|
}
|