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

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