1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 19:22:56 +08:00

Renamespace room settings

This commit is contained in:
smoogipoo 2018-12-03 17:54:10 +09:00
parent 20b843e63c
commit 53a54f8634
5 changed files with 5 additions and 6 deletions

View File

@ -5,7 +5,7 @@ using NUnit.Framework;
using osu.Framework.Graphics;
using osu.Framework.Testing.Input;
using osu.Game.Online.Multiplayer;
using osu.Game.Screens.Multi.Screens.Match.Settings;
using osu.Game.Screens.Multi.Components;
using osuTK.Input;
namespace osu.Game.Tests.Visual

View File

@ -9,10 +9,9 @@ using osu.Framework.Graphics.UserInterface;
using osu.Framework.Input.Events;
using osu.Game.Graphics;
using osu.Game.Online.Multiplayer;
using osu.Game.Screens.Multi.Components;
using osuTK;
namespace osu.Game.Screens.Multi.Screens.Match.Settings
namespace osu.Game.Screens.Multi.Components
{
public class GameTypePicker : TabControl<GameType>
{

View File

@ -13,7 +13,7 @@ using osu.Game.Online.Multiplayer;
using osuTK;
using osuTK.Graphics;
namespace osu.Game.Screens.Multi.Screens.Match.Settings
namespace osu.Game.Screens.Multi.Components
{
public class RoomAvailabilityPicker : TabControl<RoomAvailability>
{

View File

@ -14,7 +14,7 @@ using osu.Game.Overlays.SearchableList;
using osuTK;
using osuTK.Graphics;
namespace osu.Game.Screens.Multi.Screens.Match.Settings
namespace osu.Game.Screens.Multi.Components
{
public class RoomSettingsOverlay : FocusedOverlayContainer
{

View File

@ -7,7 +7,7 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Beatmaps;
using osu.Game.Online.Multiplayer;
using osu.Game.Screens.Multi.Screens.Match.Settings;
using osu.Game.Screens.Multi.Components;
using osu.Game.Screens.Select;
using osu.Game.Users;