mirror of
https://github.com/ppy/osu
synced 2025-01-03 12:52:10 +00:00
14 lines
261 B
C#
14 lines
261 B
C#
using osu.Framework.Graphics;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace osu.Game.GameModes.Menu
|
|
{
|
|
internal class MenuVisualisation : Drawable
|
|
{
|
|
}
|
|
}
|