Implement osu!mania auto replay generation.

This commit is contained in:
smoogipooo
2017-09-12 15:52:18 +09:00
parent 78764082dc
commit 8737a1b1a5
8 changed files with 182 additions and 11 deletions

View File

@ -93,7 +93,7 @@ namespace osu.Game.Rulesets.Mania
{
Mods = new Mod[]
{
new ModAutoplay(),
new ManiaModAutoplay(),
new ModCinema(),
},
},