mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 14:12:54 +08:00
10 lines
218 B
C#
10 lines
218 B
C#
using osu.Framework.Graphics.Cursor;
|
|
using osu.Game.Graphics.UserInterface;
|
|
|
|
namespace osu.Game.Graphics.Cursor
|
|
{
|
|
public interface IHasOsuContextMenu : IHasContextMenu<OsuContextMenuItem>
|
|
{
|
|
}
|
|
}
|