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

@ -13,6 +13,7 @@ using osu.Framework.Input.Bindings;
using osu.Game.Rulesets.Replays.Types;
using osu.Game.Rulesets.Taiko.Replays;
using osu.Game.Beatmaps.Legacy;
using osu.Game.Rulesets.Difficulty;
using osu.Game.Rulesets.Taiko.Beatmaps;
namespace osu.Game.Rulesets.Taiko