mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Rename GameModes namespace to Screens.
This commit is contained in:
8
osu.Game/Screens/Menu/MenuVisualisation.cs
Normal file
8
osu.Game/Screens/Menu/MenuVisualisation.cs
Normal file
@ -0,0 +1,8 @@
|
||||
using osu.Framework.Graphics;
|
||||
|
||||
namespace osu.Game.Screens.Menu
|
||||
{
|
||||
internal class MenuVisualisation : Drawable
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user