1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-14 20:13:22 +08:00

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.Beatmaps;
using osu.Game.Online.Multiplayer; using osu.Game.Online.Multiplayer;
using osu.Game.Rulesets; using osu.Game.Rulesets;
using osu.Game.Screens.Multiplayer; using osu.Game.Screens.Multi;
using osu.Game.Users; using osu.Game.Users;
namespace osu.Game.Tests.Visual namespace osu.Game.Tests.Visual

View File

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

View File

@ -14,7 +14,7 @@ using osu.Game.Screens.Backgrounds;
using osu.Game.Screens.Charts; using osu.Game.Screens.Charts;
using osu.Game.Screens.Direct; using osu.Game.Screens.Direct;
using osu.Game.Screens.Edit; using osu.Game.Screens.Edit;
using osu.Game.Screens.Multiplayer; using osu.Game.Screens.Multi;
using osu.Game.Screens.Select; using osu.Game.Screens.Select;
using osu.Game.Screens.Tournament; using osu.Game.Screens.Tournament;

BIN
osu.Game/Screens/Multi/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -9,7 +9,7 @@ using osu.Framework.Graphics.Shapes;
using osu.Game.Graphics; using osu.Game.Graphics;
using osu.Game.Online.Multiplayer; using osu.Game.Online.Multiplayer;
namespace osu.Game.Screens.Multiplayer namespace osu.Game.Screens.Multi
{ {
public class DrawableGameType : CircularContainer, IHasTooltip public class DrawableGameType : CircularContainer, IHasTooltip
{ {

View File

@ -18,7 +18,7 @@ using osu.Game.Graphics.Sprites;
using osu.Game.Online.Multiplayer; using osu.Game.Online.Multiplayer;
using osu.Game.Users; using osu.Game.Users;
namespace osu.Game.Screens.Multiplayer namespace osu.Game.Screens.Multi
{ {
public class DrawableRoom : OsuClickableContainer public class DrawableRoom : OsuClickableContainer
{ {

View File

@ -4,7 +4,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace osu.Game.Screens.Multiplayer namespace osu.Game.Screens.Multi
{ {
public class Lobby : ScreenWhiteBox public class Lobby : ScreenWhiteBox
{ {

View File

@ -10,7 +10,7 @@ using OpenTK.Graphics;
using osu.Game.Screens.Select; using osu.Game.Screens.Select;
using osu.Framework.Graphics; using osu.Framework.Graphics;
namespace osu.Game.Screens.Multiplayer namespace osu.Game.Screens.Multi
{ {
public class Match : ScreenWhiteBox public class Match : ScreenWhiteBox
{ {

View File

@ -4,7 +4,7 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace osu.Game.Screens.Multiplayer namespace osu.Game.Screens.Multi
{ {
public class MatchCreate : ScreenWhiteBox public class MatchCreate : ScreenWhiteBox
{ {

View File

@ -8,7 +8,7 @@ using osu.Game.Beatmaps;
using osu.Game.Beatmaps.Drawables; using osu.Game.Beatmaps.Drawables;
using osu.Game.Online.Multiplayer; using osu.Game.Online.Multiplayer;
namespace osu.Game.Screens.Multiplayer namespace osu.Game.Screens.Multi
{ {
public class ModeTypeInfo : Container public class ModeTypeInfo : Container
{ {

View File

@ -12,7 +12,7 @@ using osu.Game.Graphics;
using osu.Game.Graphics.Sprites; using osu.Game.Graphics.Sprites;
using osu.Game.Users; using osu.Game.Users;
namespace osu.Game.Screens.Multiplayer namespace osu.Game.Screens.Multi
{ {
public class ParticipantInfo : Container public class ParticipantInfo : Container
{ {

View File

@ -21,7 +21,7 @@ using osu.Game.Graphics.Sprites;
using osu.Game.Online.Multiplayer; using osu.Game.Online.Multiplayer;
using osu.Game.Users; using osu.Game.Users;
namespace osu.Game.Screens.Multiplayer namespace osu.Game.Screens.Multi
{ {
public class RoomInspector : Container public class RoomInspector : Container
{ {