Re-namespace

This commit is contained in:
smoogipoo
2021-06-24 16:29:06 +09:00
parent c9ec4b9da4
commit 4af119a407
7 changed files with 7 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Online.Rooms;
namespace osu.Game.Tests.Visual
namespace osu.Game.Tests.Visual.OnlinePlay
{
/// <summary>
/// Contains a <see cref="Room"/> that is resolvable by components in test scenes.