1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-07 22:12:57 +08:00

Drop GameMode

This commit is contained in:
Drew DeVault 2016-10-04 14:24:50 -04:00
parent d246d129a4
commit e2f26e52d3
2 changed files with 0 additions and 12 deletions

View File

@ -1,11 +0,0 @@
using System;
namespace osu.Game.Beatmaps
{
public enum GameMode
{
Osu = 0,
Taiko = 1,
CatchTheBeat = 2,
OsuMania = 3,
}
}

View File

@ -149,7 +149,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">