1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 04:32:57 +08:00

Fix broken namespaces.

This commit is contained in:
Dean Herbert 2016-08-31 20:16:05 +09:00
parent 8870935a4b
commit 013cf1cf3f
4 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,7 @@
using System.Collections.Generic;
using osu.Framework.IO.Network;
using osu.Game.Online.Social;
using osu.Game.Online.Chat;
namespace osu.Game.Online.API.Requests
{

View File

@ -2,7 +2,7 @@
//Licensed under the MIT Licence - https://raw.githubusercontent.com/ppy/osu/master/LICENCE
using System.Collections.Generic;
using osu.Game.Online.Social;
using osu.Game.Online.Chat;
namespace osu.Game.Online.API.Requests
{

View File

@ -10,7 +10,6 @@ using osu.Game.Graphics.Cursor;
using osu.Game.Graphics.Processing;
using osu.Game.Online.API;
using osu.Game.Online.API.Requests;
using osu.Game.Online.Social;
namespace osu.Game
{

View File

@ -64,8 +64,8 @@
<Compile Include="Online\API\Requests\GetMessagesRequest.cs" />
<Compile Include="Online\API\SecurePassword.cs" />
<Compile Include="Online\API\Requests\ListChannels.cs" />
<Compile Include="Online\Social\Channel.cs" />
<Compile Include="Online\Social\Message.cs" />
<Compile Include="Online\Chat\Channel.cs" />
<Compile Include="Online\Chat\Message.cs" />
<Compile Include="OsuGame.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>