mirror of
https://github.com/ppy/osu.git
synced 2025-02-12 08:33:04 +08:00
Fix incorrect namespace
This commit is contained in:
parent
14c68bcc58
commit
2c0d6b14c8
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Rhythm.Data;
|
using osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Rhythm.Data;
|
||||||
|
using osu.Game.Rulesets.Taiko.Difficulty.Utils;
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Rhythm
|
namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Rhythm
|
||||||
{
|
{
|
||||||
|
@ -3,9 +3,8 @@
|
|||||||
|
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using osu.Framework.Utils;
|
using osu.Framework.Utils;
|
||||||
using osu.Game.Rulesets.Taiko.Difficulty.Utils;
|
|
||||||
|
|
||||||
namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Rhythm.Data
|
namespace osu.Game.Rulesets.Taiko.Difficulty.Utils
|
||||||
{
|
{
|
||||||
public static class IntervalGroupingUtils
|
public static class IntervalGroupingUtils
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user