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