1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 11:20:04 +08:00

Move interface to more appropriate namespace

This commit is contained in:
Dean Herbert 2022-05-22 22:49:24 +09:00
parent eabf578282
commit 3a7233bd6e

View File

@ -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.