Move base classes to osu.Game.Rulesets.Difficulty namespace

This commit is contained in:
smoogipoo
2018-05-15 17:38:04 +09:00
parent 9fd972e0a3
commit 995fda9b6f
13 changed files with 17 additions and 4 deletions

View File

@ -14,6 +14,7 @@ using osu.Game.Rulesets.Catch.Replays;
using osu.Game.Rulesets.Replays.Types;
using osu.Game.Beatmaps.Legacy;
using osu.Game.Rulesets.Catch.Beatmaps;
using osu.Game.Rulesets.Difficulty;
namespace osu.Game.Rulesets.Catch
{