mirror of
https://github.com/ppy/osu
synced 2025-03-20 09:57:01 +00:00
Move rhythm preprocessing to its own folder
This commit is contained in:
parent
1cb18f8474
commit
45c055bfa1
osu.Game.Rulesets.Taiko/Difficulty/Preprocessing
@ -3,7 +3,7 @@
|
||||
|
||||
#nullable disable
|
||||
|
||||
namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing
|
||||
namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Rhythm
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a rhythm change in a taiko map.
|
@ -8,6 +8,7 @@ using osu.Game.Rulesets.Difficulty.Preprocessing;
|
||||
using osu.Game.Rulesets.Objects;
|
||||
using osu.Game.Rulesets.Taiko.Objects;
|
||||
using osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Colour;
|
||||
using osu.Game.Rulesets.Taiko.Difficulty.Preprocessing.Rhythm;
|
||||
|
||||
namespace osu.Game.Rulesets.Taiko.Difficulty.Preprocessing
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user