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:
parent
9720a06b16
commit
b67f9269f9
@ -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
|
@ -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
|
||||
{
|
@ -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
|
||||
{
|
Loading…
Reference in New Issue
Block a user