mirror of
https://github.com/ppy/osu.git
synced 2025-02-07 22:12:57 +08:00
Drop GameMode
This commit is contained in:
parent
d246d129a4
commit
e2f26e52d3
@ -1,11 +0,0 @@
|
||||
using System;
|
||||
namespace osu.Game.Beatmaps
|
||||
{
|
||||
public enum GameMode
|
||||
{
|
||||
Osu = 0,
|
||||
Taiko = 1,
|
||||
CatchTheBeat = 2,
|
||||
OsuMania = 3,
|
||||
}
|
||||
}
|
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user