Move DrawableHitObject.

This commit is contained in:
Dean Herbert
2016-11-14 19:49:29 +09:00
parent 07fee61989
commit 5dd4e31011
10 changed files with 10 additions and 2 deletions

View File

@ -5,7 +5,7 @@ using System;
using osu.Framework;
using osu.Framework.Graphics.Containers;
namespace osu.Game.Modes.Objects
namespace osu.Game.Modes.Objects.Drawables
{
public abstract class DrawableHitObject : Container, IStateful<ArmedState>
{

View File

@ -8,6 +8,7 @@ using osu.Framework.Allocation;
using osu.Framework.Graphics;
using osu.Framework.Graphics.Containers;
using osu.Game.Modes.Objects;
using osu.Game.Modes.Objects.Drawables;
namespace osu.Game.Modes.UI
{