1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 15:33:21 +08:00

Remove NewChat namespace

This commit is contained in:
Jai Sharma 2022-03-09 18:13:56 +00:00
parent 9720a06b16
commit b67f9269f9
3 changed files with 4 additions and 4 deletions

View File

@ -11,10 +11,10 @@ using osu.Framework.Utils;
using osu.Game.Graphics.UserInterface;
using osu.Game.Online.Chat;
using osu.Game.Overlays;
using osu.Game.Overlays.NewChat;
using osu.Game.Overlays.Chat.Listing;
using osuTK;
namespace osu.Game.Tests.Visual.Online.NewChat
namespace osu.Game.Tests.Visual.Online
{
[TestFixture]
public class TestSceneChannelListing : OsuTestScene

View File

@ -14,7 +14,7 @@ using osu.Game.Graphics.Containers;
using osu.Game.Online.Chat;
using osuTK;
namespace osu.Game.Overlays.NewChat
namespace osu.Game.Overlays.Chat.Listing
{
public class ChannelListing : VisibilityContainer
{

View File

@ -18,7 +18,7 @@ using osu.Game.Graphics.Sprites;
using osu.Game.Online.Chat;
using osuTK;
namespace osu.Game.Overlays.NewChat
namespace osu.Game.Overlays.Chat.Listing
{
public class ChannelListingItem : OsuClickableContainer, IFilterable
{