Add very basic replay handling

This commit is contained in:
Dean Herbert
2018-01-12 18:35:28 +09:00
parent 57d02f9b64
commit 33fdc2c1d6
9 changed files with 154 additions and 3 deletions

View File

@ -81,7 +81,7 @@ namespace osu.Game.Rulesets.Catch
{
Mods = new Mod[]
{
new ModAutoplay<CatchHitObject>(),
new CatchModAutoplay(),
new ModCinema(),
},
},