Merge pull request #459 from Jorolf/rulesetAndPlayModeRemake

Added Descriptions to Rulesets + PlayModes list
This commit is contained in:
Dean Herbert
2017-03-10 13:18:43 +09:00
committed by GitHub
8 changed files with 15 additions and 10 deletions

View File

@ -100,6 +100,8 @@ namespace osu.Game.Modes.Mania
protected override PlayMode PlayMode => PlayMode.Mania;
public override string Description => "osu!mania";
public override FontAwesome Icon => FontAwesome.fa_osu_mania_o;
public override ScoreProcessor CreateScoreProcessor(int hitObjectCount = 0) => null;