mirror of
https://github.com/ppy/osu.git
synced 2024-11-08 05:37:31 +08: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
|
|
{
|
|
}
|
|
}
|