Added Descriptions to Rulesets + PlayModes list

This commit is contained in:
Jorolf
2017-03-09 21:37:03 +01:00
parent a266add670
commit d9a4a677fd
8 changed files with 15 additions and 9 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;