mirror of
https://github.com/ppy/osu.git
synced 2025-01-28 05:22:54 +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.Graphics.UserInterface;
|
||||||
using osu.Game.Online.Chat;
|
using osu.Game.Online.Chat;
|
||||||
using osu.Game.Overlays;
|
using osu.Game.Overlays;
|
||||||
using osu.Game.Overlays.NewChat;
|
using osu.Game.Overlays.Chat.Listing;
|
||||||
using osuTK;
|
using osuTK;
|
||||||
|
|
||||||
namespace osu.Game.Tests.Visual.Online.NewChat
|
namespace osu.Game.Tests.Visual.Online
|
||||||
{
|
{
|
||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class TestSceneChannelListing : OsuTestScene
|
public class TestSceneChannelListing : OsuTestScene
|
@ -14,7 +14,7 @@ using osu.Game.Graphics.Containers;
|
|||||||
using osu.Game.Online.Chat;
|
using osu.Game.Online.Chat;
|
||||||
using osuTK;
|
using osuTK;
|
||||||
|
|
||||||
namespace osu.Game.Overlays.NewChat
|
namespace osu.Game.Overlays.Chat.Listing
|
||||||
{
|
{
|
||||||
public class ChannelListing : VisibilityContainer
|
public class ChannelListing : VisibilityContainer
|
||||||
{
|
{
|
@ -18,7 +18,7 @@ using osu.Game.Graphics.Sprites;
|
|||||||
using osu.Game.Online.Chat;
|
using osu.Game.Online.Chat;
|
||||||
using osuTK;
|
using osuTK;
|
||||||
|
|
||||||
namespace osu.Game.Overlays.NewChat
|
namespace osu.Game.Overlays.Chat.Listing
|
||||||
{
|
{
|
||||||
public class ChannelListingItem : OsuClickableContainer, IFilterable
|
public class ChannelListingItem : OsuClickableContainer, IFilterable
|
||||||
{
|
{
|
Loading…
Reference in New Issue
Block a user