Rename osu.Game/Screens/Multiplayer to Multi.

This commit is contained in:
DrabWeb
2018-05-10 20:39:05 -03:00
parent 0afe33d32f
commit c35760fdef
12 changed files with 11 additions and 11 deletions

View File

@ -8,7 +8,7 @@ using osu.Framework.Graphics.Containers;
using osu.Game.Beatmaps;
using osu.Game.Online.Multiplayer;
using osu.Game.Rulesets;
using osu.Game.Screens.Multiplayer;
using osu.Game.Screens.Multi;
using osu.Game.Users;
namespace osu.Game.Tests.Visual