mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 14:17:06 +09:00
Rename GameModes namespace to Screens.
This commit is contained in:
9
osu.Game/Screens/Direct/OnlineListing.cs
Normal file
9
osu.Game/Screens/Direct/OnlineListing.cs
Normal file
@ -0,0 +1,9 @@
|
||||
//Copyright (c) 2007-2016 ppy Pty Ltd <contact@ppy.sh>.
|
||||
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
|
||||
|
||||
namespace osu.Game.Screens.Direct
|
||||
{
|
||||
class OnlineListing : GameModeWhiteBox
|
||||
{
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user