Remove AvailableMods

This commit is contained in:
DrabWeb
2017-03-02 02:04:26 -04:00
parent 367d6d694c
commit 482be9f451
5 changed files with 0 additions and 80 deletions

View File

@ -27,8 +27,6 @@ namespace osu.Game.Modes
public virtual IEnumerable<BeatmapStatistic> GetBeatmapStatistics(WorkingBeatmap beatmap) => new BeatmapStatistic[] { };
public abstract IEnumerable<Mod> AvailableMods { get; }
public abstract IEnumerable<Mod> GetModsFor(ModType type);
public abstract ScoreProcessor CreateScoreProcessor(int hitObjectCount);