Renamespace compose-mode components

This commit is contained in:
smoogipoo
2018-11-06 18:14:46 +09:00
parent 27d82052f4
commit ac25718c5a
20 changed files with 28 additions and 26 deletions

View File

@ -13,7 +13,7 @@ using osu.Framework.Graphics.Shapes;
using osu.Framework.Graphics.UserInterface;
using osu.Framework.Timing;
using osu.Game.Beatmaps;
using osu.Game.Screens.Edit.Screens.Compose.Timeline;
using osu.Game.Screens.Edit.Screens.Compose.Components.Timeline;
using OpenTK.Graphics;
namespace osu.Game.Tests.Visual