mirror of
https://github.com/osukey/osukey.git
synced 2025-05-05 05:37:18 +09:00
9 lines
138 B
C#
9 lines
138 B
C#
using osu.Framework.Graphics;
|
|
|
|
namespace osu.Game.Screens.Menu
|
|
{
|
|
internal class MenuVisualisation : Drawable
|
|
{
|
|
}
|
|
}
|