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

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