1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-02 02:29:54 +08:00

Move interface to more appropriate namespace

This commit is contained in:
Dean Herbert
2022-05-22 22:49:24 +09:00
Unverified
parent eabf578282
commit 3a7233bd6e
@@ -7,8 +7,9 @@ using osu.Framework.Allocation;
using osu.Framework.Audio.Track;
using osu.Framework.Timing;
using osu.Game.Beatmaps.ControlPoints;
using osu.Game.Graphics.Containers;
namespace osu.Game.Graphics.Containers
namespace osu.Game.Beatmaps
{
/// <summary>
/// Provides various data sources which allow for synchronising visuals to a known beat.