Provide Autoplay mod in Ruleset.

This commit is contained in:
Huo Yaoyuan
2017-08-04 00:25:24 +08:00
parent 44fd0eb78b
commit eb9972581e
7 changed files with 19 additions and 21 deletions

View File

@ -104,6 +104,8 @@ namespace osu.Game.Rulesets.Mania
}
}
public override Mod GetAutoplayMod() => new ModAutoplay();
public override string Description => "osu!mania";
public override FontAwesome Icon => FontAwesome.fa_osu_mania_o;