Move timeshift settings overlay to correct namespace

This commit is contained in:
Dean Herbert
2020-12-22 15:52:47 +09:00
parent 8201fa8e34
commit 17d924c755
3 changed files with 392 additions and 378 deletions

View File

@ -11,7 +11,7 @@ using osu.Game.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using osu.Game.Online.Multiplayer;
using osu.Game.Screens.Multi;
using osu.Game.Screens.Multi.Match.Components;
using osu.Game.Screens.Multi.Timeshift;
namespace osu.Game.Tests.Visual.Multiplayer
{