Merge branch 'master' into replay-recording

This commit is contained in:
Dean Herbert
2020-03-25 20:20:59 +09:00
40 changed files with 205 additions and 230 deletions

View File

@ -114,6 +114,7 @@ namespace osu.Game.Rulesets.Taiko
case ModType.Conversion:
return new Mod[]
{
new TaikoModRandom(),
new TaikoModDifficultyAdjust(),
};