Drop GameMode

This commit is contained in:
Drew DeVault
2016-10-04 14:24:50 -04:00
parent e8de245032
commit 005dc9e8cb
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,
}
}