Re-namespace all files in OnlinePlay directory

This commit is contained in:
Bartłomiej Dach
2020-12-25 16:50:00 +01:00
parent e797e5ce7a
commit 83fb7c7a1a
109 changed files with 176 additions and 176 deletions

View File

@ -5,7 +5,7 @@ using System.Collections.Generic;
using Humanizer;
using osu.Framework.IO.Network;
using osu.Game.Online.API;
using osu.Game.Screens.Multi.Lounge.Components;
using osu.Game.Screens.OnlinePlay.Lounge.Components;
namespace osu.Game.Online.Rooms
{