Move tab related stuff to /tabs, move selection related stuff to /selection, remove channeltabcontrol

This commit is contained in:
miterosan
2018-07-09 19:42:57 +02:00
parent 16d3815a59
commit 1589b65494
11 changed files with 333 additions and 351 deletions

View File

@ -19,6 +19,7 @@ using osu.Game.Graphics.Containers;
using osu.Game.Graphics.UserInterface;
using osu.Game.Online.Chat;
using osu.Game.Overlays.Chat;
using osu.Game.Overlays.Chat.Selection;
namespace osu.Game.Overlays
{