Move all the logic to it's own namespace

This commit is contained in:
Andrei Zavatski
2019-10-08 14:51:12 +03:00
parent 801b5b474e
commit 1c89841949
3 changed files with 116 additions and 52 deletions

View File

@ -4,10 +4,10 @@
using System;
using System.Collections.Generic;
using NUnit.Framework;
using osu.Game.Overlays;
using osu.Game.Online.API.Requests;
using osu.Framework.Graphics.Containers;
using osu.Framework.Graphics;
using osu.Game.Overlays.Comments;
namespace osu.Game.Tests.Visual.Online
{