1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-18 09:49:53 +08:00

Drop GameMode

This commit is contained in:
Drew DeVault
2016-10-04 14:24:50 -04:00
Unverified
parent e8de245032
commit 005dc9e8cb
2 changed files with 0 additions and 12 deletions
-11
View File
@@ -1,11 +0,0 @@
using System;
namespace osu.Game.Beatmaps
{
public enum GameMode
{
Osu = 0,
Taiko = 1,
CatchTheBeat = 2,
OsuMania = 3,
}
}
-1
View File
@@ -164,7 +164,6 @@
<Compile Include="Database\BeatmapSet.cs" />
<Compile Include="Database\BeatmapMetadata.cs" />
<Compile Include="Database\Beatmap.cs" />
<Compile Include="Beatmaps\GameMode.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\osu-framework\osu.Framework\osu.Framework.csproj">